You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run this command on es6: "type": "module" in my package json.
However when i refer to the standalone.js i get the notification that i can't use require(); Since i don't use commonjs
Can you also build a es6 export?
Note: there was nothing wrong with my config file since i used the default config.
The text was updated successfully, but these errors were encountered:
Hi,
I run this command on es6:
"type": "module"
in mypackage json.
However when i refer to the standalone.js i get the notification that i can't use
require();
Since i don't use commonjsCan you also build a es6 export?
Note: there was nothing wrong with my config file since i used the default config.
The text was updated successfully, but these errors were encountered: