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

Got exception "regeneratorRuntime is not defined" when running in vanilla node.js without babel #2

Closed
jacobbubu opened this issue Aug 10, 2016 · 2 comments

Comments

@jacobbubu
Copy link

You may need to add "babel-plugin-transform-runtime" in .babelrc.

{
  "env": {
    "development": {
      "presets": ["es2015"],
      "plugins": [
        ...
        "transform-runtime",
      ]
    },
    "es": {
      "plugins": [
        ...
      ]
    }
  }
}
@nodkz
Copy link
Member

nodkz commented Aug 10, 2016

Thanks!
All packages updated and published new versions.

Please check, and if you'll have a problem, feel free to re-open the issue.

@nodkz nodkz closed this as completed Aug 10, 2016
@nodkz
Copy link
Member

nodkz commented Aug 13, 2016

1 hour ago republish graphql-compose packages. Remove transform-runtime, fix regenerator problem for vanilla node.

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

No branches or pull requests

2 participants