1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update readme.md (#3417)

Migrating this to env since that's what's built into next already (and the recommendation of Babel team).
This commit is contained in:
Cory Simmons 2017-12-07 18:42:17 -05:00 committed by Arunoda Susiripala
parent 24c1ac6ca9
commit 5ce05c2d22

View file

@ -1037,7 +1037,7 @@ Here's an example `.babelrc` file:
```json ```json
{ {
"presets": ["next/babel", "stage-0"] "presets": ["next/babel", "env"]
} }
``` ```