Quiet webpack output

This commit is contained in:
Max Goodhart
2020-06-16 15:40:00 -07:00
parent 3dcc047661
commit c405fe1339

View File

@@ -4,7 +4,7 @@
"description": "View streams in a grid", "description": "View streams in a grid",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"start": "webpack && electron dist", "start": "webpack --display=errors-only && electron dist",
"test": "jest" "test": "jest"
}, },
"author": "Max Goodhart <c@chromakode.com>", "author": "Max Goodhart <c@chromakode.com>",