-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When I attempt to import the module using ESBuild, it gives me this error:
After doing a little digging, I discovered this line is targeting a .mjs file when it should be targeting a .js file:
Line 11 in 2c8460a
| "import": "./dist/index.mjs", |
After changing the import path to .js locally, it works as expected.
Metadata
Metadata
Assignees
Labels
No labels