Skip to content

Commit

Permalink
Move babel settings into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zigomir committed Feb 26, 2017
1 parent 580cbfe commit ef6c35d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions template/.babelrc

This file was deleted.

5 changes: 5 additions & 0 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"dependencies": {
"vue": "^2.2.0"
},
"babel": {
"presets": [
["es2015", { "modules": false }]
]
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
Expand Down

0 comments on commit ef6c35d

Please sign in to comment.