1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

ui: Force file watch on dev server

file watch stopped working
This commit is contained in:
James Hillyerd
2020-09-12 16:32:40 -07:00
parent 6598b09114
commit cf4c5a29bb

View File

@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"build": "webpack --mode production", "build": "webpack --mode production",
"watch": "webpack --mode development --watch", "watch": "webpack --mode development --watch",
"dev": "webpack-dev-server --mode development --port 3000 --hot", "dev": "webpack-dev-server --mode development --port 3000 --hot --watch",
"errors": "webpack --mode development --display-error-details" "errors": "webpack --mode development --display-error-details"
}, },
"dependencies": {}, "dependencies": {},