Skip to content

Commit

Permalink
use custom babel preset
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 19, 2016
1 parent e1fd825 commit 50e9f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"presets": ["es2015", "stage-2"]
},
"production": {
"presets": ["es2015-rollup", "stage-2"]
"presets": ["es2015-rollup-vue", "stage-2"]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-es2015-rollup-vue": "^1.0.0",
"babel-preset-stage-2": "^6.0.0",
"casperjs": "^1.1.0",
"eslint": "^2.7.0",
Expand Down

0 comments on commit 50e9f6b

Please sign in to comment.