Replies: 1 comment 1 reply
-
Did you find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When using @quick-start/electron, I see that the imports are ESM style, but the package.json is missing "type": "module".
I cannot do something like:
on a top level of an import, as it tells me
My question is there anything else I need to do to enable ESM modules, or adding
"type": "module"
to package.json is enough? Is there any reason why this is not the default in @quick-start/electron?Beta Was this translation helpful? Give feedback.
All reactions