Update reference from babel- to @babel/ in README.md (#6508)
This commit is contained in:
parent
b6ae9e2db2
commit
c2c72c4224
@ -259,10 +259,10 @@ This option is useful for "blacklisting" a transform like `transform-regenerator
|
|||||||
|
|
||||||
`"usage"` | `"entry"` | `false`, defaults to `false`.
|
`"usage"` | `"entry"` | `false`, defaults to `false`.
|
||||||
|
|
||||||
A way to apply `@babel/preset-env` for polyfills (via `babel-polyfill`).
|
A way to apply `@babel/preset-env` for polyfills (via `@babel/polyfill`).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install babel-polyfill --save
|
npm install @babel/polyfill --save
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `useBuiltIns: 'usage'`
|
#### `useBuiltIns: 'usage'`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user