Skip to content

Commit 0a533a4

Browse files
authored
refactor: Bump webpack-cli from 6.0.1 to 7.0.2 (#3315)
1 parent 6ae5a36 commit 0a533a4

2 files changed

Lines changed: 20 additions & 75 deletions

File tree

package-lock.json

Lines changed: 18 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"style-loader": "3.3.1",
126126
"typescript": "5.9.3",
127127
"webpack": "5.105.1",
128-
"webpack-cli": "6.0.1",
128+
"webpack-cli": "7.0.2",
129129
"ws": "8.19.0",
130130
"yaml": "2.8.3"
131131
},
@@ -135,7 +135,7 @@
135135
"dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch",
136136
"dashboard": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch",
137137
"pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch",
138-
"build": "webpack --node-env=production --config webpack/production.config.js && webpack --config webpack/PIG.config.js",
138+
"build": "webpack --config-node-env=production --config webpack/production.config.js && webpack --config webpack/PIG.config.js",
139139
"test": "jest",
140140
"lint": "eslint --cache ./",
141141
"lint:fix": "DEBUG=eslint:cli-engine eslint --fix --cache ./",

0 commit comments

Comments
 (0)