Skip to content

Commit

Permalink
udpate babel
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 11, 2018
1 parent 99d587c commit 50c1c04
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 93 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": ["es2015"],
"presets": ["env"],
"plugins": [
["transform-react-jsx", {"pragma": "element"}]
]
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@
"textlint-rule-unexpanded-acronym": "^1.2.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"css-loader": "0.28.8",
"gh-pages": "1.1.0",
Expand Down
Loading

0 comments on commit 50c1c04

Please sign in to comment.