To Reproduce
When I hit "npm run dev", I get the "Uncaught SyntaxError: Cannot use import statement outside a module" error and the scripts do not load.
Additional context
I tried adding a "type": "module" as a top-level attribute to the package.json file but it still doesn't work.
Would really appreciate any help with this issue, thanks in advance !
I would like to integrate Duet Date Picker to my project. I am using parcel v2 as a bundler.
Describe the bug I get this error regarding two scripts that I'm trying to load from my index.html file:
The problem only occurs when I'm using Parcel to bundle my code.
package.json file:
To Reproduce When I hit "npm run dev", I get the "Uncaught SyntaxError: Cannot use import statement outside a module" error and the scripts do not load.
Additional context I tried adding a "type": "module" as a top-level attribute to the package.json file but it still doesn't work.
Would really appreciate any help with this issue, thanks in advance !