Skip to content

Commit

Permalink
fix(mocha): disable SSR optimization for Vue 3 testing (#6097)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jan 6, 2021
1 parent 1322afc commit 8323fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"webpack-merge": "^4.2.2"
},
"optionalDependencies": {
"vue-loader-v16": "npm:vue-loader@^16.0.0-beta.7"
"vue-loader-v16": "npm:vue-loader@^16.1.0"
},
"peerDependencies": {
"@vue/compiler-sfc": "^3.0.0-beta.14",
Expand Down

0 comments on commit 8323fcb

Please sign in to comment.