Enable webpack watch progress

Without that, `npm run watch` is entirely silent after the first build,
and does not give any feedback when a build starts, and even more
importantly, when it's done.
This commit is contained in:
Martin Pitt 2021-02-01 11:25:15 +01:00 committed by Katerina Koukiou
parent dfeb49484c
commit 71a321cc28

View file

@ -7,7 +7,7 @@
"author": "",
"license": "LGPL-2.1",
"scripts": {
"watch": "webpack --watch",
"watch": "webpack --watch --progress",
"build": "webpack",
"eslint": "eslint --ext .js --ext .jsx src/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx src/"