diff options
author | Vitaly Takmazov | 2019-10-22 08:33:36 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-22 08:33:36 +0000 |
commit | 44410e6897d96cdcd6981d6b5db43b043d812576 (patch) | |
tree | 657e20a37e6bc072d138d008fd3a4e1047993747 /package.json | |
parent | 53807dc25b6215594ad34f9c63e68ed79bc343ec (diff) |
webpack: disable progress
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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", |