File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " @vue-devtools/shell-chrome" ,
33 "version" : " 0.0.0" ,
44 "scripts" : {
5- "build" : " rm -rf ./build && cross-env NODE_ENV=production webpack --progress"
5+ "build" : " rimraf ./build && cross-env NODE_ENV=production webpack --progress"
66 },
77 "dependencies" : {
88 "@vue-devtools/app-backend-core" : " ^0.0.0" ,
1111 },
1212 "devDependencies" : {
1313 "@vue-devtools/build-tools" : " ^0.0.0" ,
14+ "rimraf" : " ^3.0.2" ,
1415 "webpack" : " ^5.35.1" ,
1516 "webpack-cli" : " ^4.6.0"
1617 }
Original file line number Diff line number Diff line change 1717 "dev:client" : " webpack --watch" ,
1818 "dev:node" : " webpack --watch --config webpack.node.config.js" ,
1919 "build" : " npm run build:client && npm run build:node" ,
20- "build:client" : " rm -rf ./build && cross-env NODE_ENV=production webpack" ,
21- "build:node" : " rm -rf ./build-node && cross-env NODE_ENV=production webpack --config webpack.node.config.js"
20+ "build:client" : " rimraf ./build && cross-env NODE_ENV=production webpack" ,
21+ "build:node" : " rimraf ./build-node && cross-env NODE_ENV=production webpack --config webpack.node.config.js"
2222 },
2323 "author" : " " ,
2424 "license" : " MIT" ,
3939 "@vue-devtools/app-frontend" : " ^0.0.0" ,
4040 "@vue-devtools/build-tools" : " ^0.0.0" ,
4141 "@vue-devtools/shared-utils" : " ^0.0.0" ,
42+ "rimraf" : " ^3.0.2" ,
4243 "webpack" : " ^5.35.1" ,
4344 "webpack-cli" : " ^4.6.0"
4445 }
You can’t perform that action at this time.
0 commit comments