Skip to content

Commit

Permalink
fix: make vue-loader-v16 an optional dependency, avoid crashing npm 5 (
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Jul 29, 2020
1 parent 1aaa592 commit 57f4184
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@vue/cli-service/package.json
Expand Up @@ -72,14 +72,16 @@
"thread-loader": "^2.1.3",
"url-loader": "^2.2.0",
"vue-loader": "^15.9.2",
"vue-loader-v16": "npm:vue-loader@^16.0.0-beta.3",
"vue-style-loader": "^4.1.2",
"webpack": "^4.0.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-chain": "^6.4.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"optionalDependencies": {
"vue-loader-v16": "npm:vue-loader@^16.0.0-beta.3"
},
"peerDependencies": {
"@vue/compiler-sfc": "^3.0.0-beta.14",
"vue-template-compiler": "^2.0.0"
Expand Down

0 comments on commit 57f4184

Please sign in to comment.