Remove --info-verbosity args since webpack-cli@4.x no longer supports it (#925)
This commit is contained in:
parent
23b3703400
commit
4f6951db29
|
@ -753,7 +753,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"vscode:prepublish": "npm run build",
|
"vscode:prepublish": "npm run build",
|
||||||
"compile": "tsc -p . && webpack --config webpack.config.js",
|
"compile": "tsc -p . && webpack --config webpack.config.js",
|
||||||
"watch": "webpack --config webpack.config.js --watch --info-verbosity verbose",
|
"watch": "webpack --config webpack.config.js --watch",
|
||||||
"build": "webpack --config webpack.config.js --mode=\"production\"",
|
"build": "webpack --config webpack.config.js --mode=\"production\"",
|
||||||
"test": "npm run compile && node ./out/test/index.js"
|
"test": "npm run compile && node ./out/test/index.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue