Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
⚡ improvement: upgrade babel 7 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed May 25, 2018
1 parent 167551e commit c946d30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion template/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["es2015"{{#flow}}, "flow-vue"{{/flow}}],
"presets": ["@vue/app"{{#flow}}, "flow-vue"{{/flow}}],
"plugins": ["babel-plugin-espower"],
"env": {
"test": {
Expand Down
11 changes: 5 additions & 6 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
},
{{/unless_eq}}
"devDependencies": {
"babel-core": "^6.22.1",
"@babel/core": "^7.0.0-beta.48",
"@vue/babel-preset-app": "^3.0.0-beta.11",
"babel-eslint": "^8.0.0",
"babel-loader": "^6.2.10",
"babel-loader": "^8.0.0-beta.3",
"babel-plugin-istanbul": "^3.1.2",
"babel-polyfill": "6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-power-assert": "^1.0.0",
"babel-preset-power-assert": "^3.0.0-beta.1",
"buble": "^0.19.3",
{{#flow}}
"babel-preset-flow-vue": "^1.0.0",
Expand Down Expand Up @@ -53,7 +52,7 @@
{{/sauce}}
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"power-assert": "^1.4.2",
"power-assert": "^1.5.0",
"rollup": "^0.59.3",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-replace": "^2.0.0",
Expand Down

0 comments on commit c946d30

Please sign in to comment.