Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
Updated usage.md to not recommend the use of `[@babel/polyfill](https://babeljs.io/docs/en/babel-polyfill)`, which is deprecated. Solves babel#2171
  • Loading branch information
danBamikiya authored Apr 11, 2021
1 parent 24588d6 commit ab54c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The entire process to set this up involves:

```sh
npm install --save-dev @babel/core @babel/cli @babel/preset-env
npm install --save @babel/polyfill
```

2. Creating a config file named `babel.config.json` (requires `v7.8.0` and above) in the root of your project with this content:
Expand Down

0 comments on commit ab54c54

Please sign in to comment.