Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Fix Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellmann committed Oct 15, 2018
1 parent 241a388 commit b79f8eb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions generators/app/templates/babelrc-webpack
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"presets": ["es2015"],
"plugins": ["transform-object-rest-spread"]
"presets":
[
["@babel/preset-env", {
"targets": {
"node": "9.0.0"
}
}]
],
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
}

0 comments on commit b79f8eb

Please sign in to comment.