aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-22 08:33:36 +0000
committerGravatar Vitaly Takmazov2019-10-22 08:33:36 +0000
commit44410e6897d96cdcd6981d6b5db43b043d812576 (patch)
tree657e20a37e6bc072d138d008fd3a4e1047993747
parent53807dc25b6215594ad34f9c63e68ed79bc343ec (diff)
webpack: disable progress
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 39e9b38d..08020176 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "compile": "webpack --progress -p"
+ "compile": "webpack -p"
},
"repository": {
"type": "git",