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
None of the options on this page worked for me. After changing the devServer section to:
devServer: { port: 8080, contentBase: ['./src', './public'], // both src and output dirs inline: true, hot: true },
it worked.