Remove progress flag

This commit is contained in:
Toby Zerner 2018-06-20 13:57:31 +09:30
parent 6eae43688e
commit ad22ac4289

View File

@ -8,7 +8,7 @@
"webpack-cli": "^3.0.7"
},
"scripts": {
"build": "webpack --mode production --progress",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
}
}