Skip to content

Commit

Permalink
Updating to babel-env
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Dec 31, 2017
1 parent cc6d56a commit e559831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _chapters/add-support-for-es6-es7-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $ npm install --save-dev \
babel-loader \
babel-plugin-transform-runtime \
babel-preset-env \
babel-preset-stage-3 \
serverless-webpack \
webpack \
webpack-node-externals
Expand Down Expand Up @@ -65,7 +66,7 @@ This is the configuration Webpack will use to package our app. The main part of
``` json
{
"plugins": ["transform-runtime"],
"presets": ["env"]
"presets": ["env", "stage-3"]
}
```

Expand Down

0 comments on commit e559831

Please sign in to comment.