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

Commit

Permalink
add babel settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Mar 31, 2017
1 parent 8fc7c66 commit 5f4a4e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"presets": [
"es2015"
],
"plugins": [
"add-module-exports",
"transform-class-properties"
],
"env": {
"development": {
"presets": [
"power-assert"
]
}
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-power-assert": "^1.0.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.23.0",
"power-assert": "^1.4.2",
"rimraf": "^2.6.1"
Expand Down

0 comments on commit 5f4a4e4

Please sign in to comment.