does quasar dev & build support ECMASCRIPT modules #10873
Unanswered
fprijate
asked this question in
CLI - Electron mode
Replies: 0 comments
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.
-
Hi all.
I have a problem with .mjs files or .js files and "type": "module" .
In plain node imports and exports work fine.
But when used in Electron , there are errors. I suspect webpack transforming ECM imports into commonJs
require.
Is there a solution to this problem?
Beta Was this translation helpful? Give feedback.
All reactions