We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You may need to add "babel-plugin-transform-runtime" in .babelrc.
.babelrc
{ "env": { "development": { "presets": ["es2015"], "plugins": [ ... "transform-runtime", ] }, "es": { "plugins": [ ... ] } } }
The text was updated successfully, but these errors were encountered:
Thanks! All packages updated and published new versions.
Please check, and if you'll have a problem, feel free to re-open the issue.
Sorry, something went wrong.
1 hour ago republish graphql-compose packages. Remove transform-runtime, fix regenerator problem for vanilla node.
graphql-compose
transform-runtime
No branches or pull requests
You may need to add "babel-plugin-transform-runtime" in
.babelrc
.The text was updated successfully, but these errors were encountered: