Browser script cannot have imports or export on external libraries #8656
Unanswered
xluckydegen
asked this question in
Q&A
Replies: 1 comment
-
This is the second error I see in the project. I'm not sure if it's somehow related to Browserify.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make parcel work but I'm receiving the following error:
I tried to add "type="module" to script import as same as to located script but without success. When I add type="module" to crypt-js, the library will stop working. and when I add type="module" to index.html, there is no change in error.
Is there any way how to fix that please?
Beta Was this translation helpful? Give feedback.
All reactions