devex: reduce webpack verbosity

This commit is contained in:
KernelDeimos
2025-10-08 19:25:53 -04:00
committed by Eric Dubé
parent 74ceb2fa1b
commit e59f4e6c16
5 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-webpack": "webpack --watch --devtool source-map"
"start-webpack": "webpack --watch --devtool source-map --stats=errors-only"
},
"keywords": [],
"author": "",