-
Notifications
You must be signed in to change notification settings - Fork 29
ECMAScript Module Support #133
Copy link
Copy link
Closed
Labels
area:externalA bug/feature due to integration with another library / JavaScript framework, but not the browser.A bug/feature due to integration with another library / JavaScript framework, but not the browser.enhancementNew feature or requestNew feature or requestpriority:mediumstatus:workedaroundA workaround has been sent.A workaround has been sent.
Milestone
Metadata
Metadata
Assignees
Labels
area:externalA bug/feature due to integration with another library / JavaScript framework, but not the browser.A bug/feature due to integration with another library / JavaScript framework, but not the browser.enhancementNew feature or requestNew feature or requestpriority:mediumstatus:workedaroundA workaround has been sent.A workaround has been sent.
I have the following in
package.json:I am trying to import it and have tried each of the following:
and some other variations.
The last version doesn't give me any errors in WebStorm's editor, but gives this when I run:
Is there a complete example somewhere of how to use this in a vite project?