Does webpack's HMR work with a custom backend?

197 Views Asked by At

I have an HMR problem. I'm using webpack-dev-server to serve my bundle.js, and a separate flask backend to serve the application, which includes bundle.js in a <script>. HMR doesn't seem to work in this setup. Is this expected? Does HMR only work if the application itself is served by webpack-dev-server?

0

There are 0 best solutions below