Describe the bug
This is not an important bug, just thought I would include, especially for anyone else who is trying to figure it out!
Relative imports from the index.js file of a custom webterm command do not function and return a TypeError: Cannot read property 'yourCustomCommand' of undefined when installed. Absolute imports work file with the full 'hyper://xxx.." work fine.
To Reproduce
Steps to reproduce the behavior:
import {x} from "./test.js"Expected behavior
Either have relative imports succeed as expected, or fail with a more descriptive error message, telling user to use absolute paths.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Nope! Again, not a major issue at all!
Thanks for reporting, I'll check into it
Okay fixed
Most helpful comment
Okay fixed