aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-10-14 08:09:14 +0300
committerGravatar Vitaly Takmazov2020-10-14 08:09:14 +0300
commit62f9c0d7791d9d3cdb80c2cecc99500344bc3cc5 (patch)
tree752f396595705d47ddfb995f70ea1b10aafb76b4 /package.json
parent3a85208bbd5444814794b66d54b40c49f2aa8f08 (diff)
webpack: no need to display progress
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a8b9d821..2112c0e8 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "compile": "webpack --mode=production --progress"
+ "compile": "webpack --mode=production"
},
"repository": {
"type": "git",