Skip to content

Commit

Permalink
fix: copy-webpack-plugin降级 (mpx-ecology#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 authored Mar 7, 2022
1 parent 53a78b5 commit 2ccbd45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-cloud-func/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"copy-webpack-plugin": "^10.2.0"
"copy-webpack-plugin": "^9.1.0"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-dll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"copy-webpack-plugin": "^10.2.0",
"copy-webpack-plugin": "^9.1.0",
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-mp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@vue/cli-shared-utils": "^4.5.6",
"copy-webpack-plugin": "^10.2.0",
"copy-webpack-plugin": "^9.1.0",
"rimraf": "^2.6.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-chain": "^6.5.1",
Expand Down

0 comments on commit 2ccbd45

Please sign in to comment.