We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7948f0 commit c378b0dCopy full SHA for c378b0d
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