There was an error while loading. Please reload this page.
1 parent 75dfd37 commit b630382Copy full SHA for b630382
doc/manual/usage.md
@@ -7,7 +7,7 @@ First, require the polyfill at the entry point of your application
7
```js
8
require( 'regenerator-runtime/runtime' ) ;
9
// or
10
-import 'regenerator-runtime/runtime' ;
+import 'regenerator-runtime/runtime.js' ;
11
```
12
13
Then, import the library where needed
0 commit comments