If require('babel-register') is called first and then require('babel-polyfill') then the regeneratorRuntime is not set in the global scope.
Hey @halt-hammerzeit! We really appreciate you taking the time to report an issue. The collaborators
on this project attempt to help as many people as possible, but we're a limited number of volunteers,
so it's possible this won't be addressed swiftly.
If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack
community that typically always has someone willing to help. You can sign-up here
for an invite.
Thanks fro the report!
Not sure we can anything here, maybe we just need some better language in the docs http://babeljs.io/docs/usage/polyfill/#usage-in-node-browserify-webpack - the polyfill should always come before everything?
Ok I updated the language too https://github.com/babel/babel.github.io/commit/3fd040238b1e28533fcfbb34c2a7541659062f48 馃槃