mirror of
https://github.com/flarum/core.git
synced 2025-07-11 20:06:23 +02:00
Remove progress flag
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
"webpack-cli": "^3.0.7"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --mode production --progress",
|
||||
"build": "webpack --mode production",
|
||||
"watch": "webpack --mode development --watch"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user