Closed relbraun closed 5 years ago
@relbraun It seems like miss transform-runtime
in your babel setting. Temporarily, solve this by:
npm install -D babel-plugin-transform-runtime
then add plugins
to your babel config
{
"plugins": ["transform-runtime"]
}
To resolve the compatibility issues, I will publish a compatible version at this weekend(may be few days later).
What I have to do to make this feature run on internet explorer?
@relbraun This library don't support to IE.
@relbraun v0.3.0 has been published. It resolves the regeneratorRuntime is not defined
, you don't need to add babel-plugin-transform-runtime
any more.
I have installed the new version and tring to use it on a browser (Chrome) and I see this error in the console:
Uncaught ReferenceError: regeneratorRuntime is not defined
Browser version (74.0.3729.131):