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