Support watching for changing code

Closes #93
This commit is contained in:
bmustiata 2019-01-28 14:22:46 +01:00 committed by Martin Pitt
parent 7b67b091f1
commit 81096b95ca
3 changed files with 14 additions and 0 deletions

View file

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