leveluptuts / gQuery

Not like jQuery. A GraphQL Fetcher & Cache for Svelte Kit
171 stars 20 forks source link

CommonJS error #32

Open halindraprakoso opened 2 years ago

halindraprakoso commented 2 years ago

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:
stolinski commented 2 years ago

Will be fixed in next release.