Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-amplify issue work around #6689

Closed
smakinson opened this issue Mar 26, 2020 · 1 comment
Closed

aws-amplify issue work around #6689

smakinson opened this issue Mar 26, 2020 · 1 comment

Comments

@smakinson
Copy link
Contributor

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 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.

@rstoenescu
Copy link
Member

Hi,

Thanks for the suggestion.
Will be available out of the box starting with future quasar/app v1.6.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants