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:
parent
dfeb49484c
commit
71a321cc28
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "LGPL-2.1",
|
"license": "LGPL-2.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "webpack --watch",
|
"watch": "webpack --watch --progress",
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"eslint": "eslint --ext .js --ext .jsx src/",
|
"eslint": "eslint --ext .js --ext .jsx src/",
|
||||||
"eslint:fix": "eslint --fix --ext .js --ext .jsx src/"
|
"eslint:fix": "eslint --fix --ext .js --ext .jsx src/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue