Update reference from babel- to @babel/ in README.md (#6508)

This commit is contained in:
Jen Luker 2017-10-19 10:23:58 -06:00 committed by Brian Ng
parent b6ae9e2db2
commit c2c72c4224

View File

@ -259,10 +259,10 @@ This option is useful for "blacklisting" a transform like `transform-regenerator
`"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
npm install babel-polyfill --save
npm install @babel/polyfill --save
```
#### `useBuiltIns: 'usage'`