My file structure is:
dist css style.css index.html js bundle.js src css style.css index.html js main.js node_modules webpack.con
With the above settings, while using webpack-dev-server for static page building I add bundle js or whatever js file configured as output to the html page. This way I get refresh on my static page after any changes.
webpack-dev-server