Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
add babel-preset-stage-2
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxlct authored and rokups committed Apr 26, 2017
1 parent 9eabdc5 commit 66a337b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"presets": [
[
"es2015",
{
"modules": false
}
]
["es2015", { "modules": false }],
"stage-2"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"babel-eslint": "^7.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.22.0",
"cross-env": "^3.0.0",
"css-loader": "^0.26.1",
"eslint-friendly-formatter": "^2.0.5",
Expand Down

0 comments on commit 66a337b

Please sign in to comment.