why is my weback server not reloading live?
I have just installed a Webpack server which also works. But it annoys me that I always have to reload the browser. So I tried to improve this with hot;true. It still does not work. This is a plain Javascript project
Configuring multiple entries in webpack-dev-server v4
I have configured multiple entries in webpack-dev-server. When I run webpack-dev-server using webpack serve
,
it successfully loads the JavaScript files for the index.html located in the dist folder.