mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 08:19:46 +08:00
Remove progress flag
This commit is contained in:
parent
ec6cd07f94
commit
0cc59d725f
|
@ -7,7 +7,7 @@
|
||||||
"webpack-cli": "^3.0.7"
|
"webpack-cli": "^3.0.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --mode production --progress",
|
"build": "webpack --mode production",
|
||||||
"watch": "webpack --mode development --watch"
|
"watch": "webpack --mode development --watch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user