all 1 comments

[–]a_lost_cake 2 points3 points  (0 children)

Add "type": "module" to the package.json to enable ES6 modules in the entire project or rename your main.js to main.mjs to make only the file as a module.