1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

Remove progress flag

This commit is contained in:
Toby Zerner
2018-06-20 13:54:01 +09:30
parent 3ff07832f4
commit eb1a6a79c3

View File

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