gQuery icon indicating copy to clipboard operation
gQuery copied to clipboard

CommonJS error

Open halindraprakoso opened this issue 3 years ago • 1 comments

I'm having this issue on my .svelte files:

Error in svelte.config.js

SyntaxError: Named export 'GraphQLBoolean' not found. The requested module 'graphql' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

halindraprakoso avatar Mar 20 '22 07:03 halindraprakoso

Will be fixed in next release.

stolinski avatar Jun 21 '22 18:06 stolinski