We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e221bb6 commit 4ff87beCopy full SHA for 4ff87be
doc/manual/overview.md
@@ -0,0 +1 @@
1
+# Overview
doc/manual/usage.md
@@ -1,11 +1,11 @@
# Usage
2
3
The code needs a ES2015+ polyfill to work, for example
4
-[babel-polyfill](https://babeljs.io/docs/usage/polyfill).
+[@babel/polyfill](https://babeljs.io/docs/usage/polyfill).
5
```js
6
-require( 'babel-polyfill' ) ;
+require( '@babel/polyfill' ) ;
7
// or
8
-import 'babel-polyfill' ;
+import '@babel/polyfill' ;
9
```
10
11
Then
0 commit comments