You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
led me to add cfg.resolve.extensions.unshift('.mjs')
in quasar.conf.js in extendWebpack
Not sure I'm actually requesting anything, but wanted to make you aware of it incase you wanted to tweak the standard webpack config and also for anyone else that might find this. So far that seems to fix the issue.
The text was updated successfully, but these errors were encountered:
After adding the aws-amplify package, which adds graphql as a dependency, I saw 175 errors similar to:
Can't reexport the named export 'BREAK' from non EcmaScript module (only default export is available)
when running
quasar dev
This comment: graphql/graphql-js#1272 (comment)
led me to add
cfg.resolve.extensions.unshift('.mjs')
in
quasar.conf.js
inextendWebpack
Not sure I'm actually requesting anything, but wanted to make you aware of it incase you wanted to tweak the standard webpack config and also for anyone else that might find this. So far that seems to fix the issue.
The text was updated successfully, but these errors were encountered: