Computer Science, asked by neethus1747, 7 months ago

what is the meaning of cannot use import statement outside a module

Answers

Answered by GamerAzim
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