diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 8e1eeb44..b191f8c7 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -4,7 +4,7 @@ "description": "", "scripts": { "test": "jest", - "dist": "webpack -p", + "dist": "webpack -p --progress", "start": "webpack-dev-server" }, "keywords": [], |