We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9523474 commit fcced66Copy full SHA for fcced66
doc/manual/usage.md
@@ -1,10 +1,10 @@
1
# Usage
2
The code needs a ES2015+ polyfill to work, for example
3
-[@babel/polyfill](https://babeljs.io/docs/usage/polyfill).
+[regenerator-runtime/runtime](https://babeljs.io/docs/usage/polyfill).
4
```js
5
-require( '@babel/polyfill' ) ;
+require( 'regenerator-runtime/runtime' ) ;
6
// or
7
-import '@babel/polyfill' ;
+import 'regenerator-runtime/runtime' ;
8
```
9
10
Then
0 commit comments