Skip to content

Commit

Permalink
fix: upgrade compile runtime to vue@2.6.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusFu committed Feb 25, 2019
1 parent 8862635 commit 8fe3bca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest-puppeteer": "^3.3.1",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^8.1.0",
"pholio": "^0.4.1",
"pholio": "^0.4.2",
"postcss-cli": "^6.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-each": "^0.10.0",
Expand All @@ -81,10 +81,11 @@
"feather-vue": "^1.0.1",
"lodash": "^4.17.4",
"v-color": "^1.1.0",
"v-ctrl": "^1.1.0"
"v-ctrl": "^1.1.0",
"vue": "^2.6.7"
},
"peerDependencies": {
"vue": "^2.5.16"
"vue": "^2.6.0"
},
"gitHooks": {
"pre-commit": "lint-staged && npm run test:unit",
Expand Down
8 changes: 7 additions & 1 deletion scripts/rollup/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ export default [
...resolveAlias
}),
cssNoop(),
vue({ css: false }),
vue({
css: false,
// fix: buble options
vue: {
transforms: null
}
}),
buble({
objectAssign: 'Object.assign'
}),
Expand Down

0 comments on commit 8fe3bca

Please sign in to comment.