Add watch script
This commit is contained in:
parent
902119fbae
commit
006b7bed7a
|
@ -25,6 +25,7 @@
|
|||
"jquery": "^3.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --progress --colors"
|
||||
"build": "webpack --progress --colors",
|
||||
"watch": "webpack --progress --colors --watch"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue