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 f6a3c27 commit bab8e46Copy full SHA for bab8e46
doc/manual/usage.md
@@ -4,7 +4,7 @@ The code needs a ES2015+ polyfill to work, for example
4
```js
5
require( 'regenerator-runtime/runtime' ) ;
6
// or
7
-import 'regenerator-runtime/runtime' ;
+import 'regenerator-runtime/runtime.js' ;
8
```
9
10
Then
0 commit comments