what is the meaning of cannot use import statement outside a module
Answers
Answered by
0
This means that you're using the native source code in an unaltered/unbundled state, leading to the following error: Uncaught SyntaxError: Cannot use import statement outside a module . This should be fixed by using the bundled version since the package is using rollup to create a bundle
Similar questions