webpack-starter
webpack-starter copied to clipboard
Browser doesn't refresh when files change
Please fix this.
This would certainly be a good feature, I have used this starter in the past, it seemed to work in previous versions from what I remember.
Adding watchFiles: ["./src/*"],
in the devServer object seems to solve it for the moment.