Skip to content

Commit afde841

Browse files
committed
make console less verbose
1 parent 6abeac8 commit afde841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"start": "webpack-dev-server --progress --colors || exit 0",
7+
"start": "webpack-dev-server --no-info --progress --colors || exit 0",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"keywords": [],

0 commit comments

Comments
 (0)