Skip to content

Commit

Permalink
添加 .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed May 12, 2016
1 parent 3a3eaf3 commit 6e68fa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": ["es2015", "stage-1"],
"plugins": ["transform-runtime"],
"comments": false
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^5.8.x",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
Expand Down

0 comments on commit 6e68fa4

Please sign in to comment.