- Operating System: Mac
- Node Version: v14.14.0
- NPM Version: 6.14.8
- webpack Version: 5.1.3
- ${package} Version: 2.25.0
Expected Behavior
Expect circumstances that caused reload in webpack 4 would continue doing so in 5
Actual Behavior
Upgrading to webpack 5 causes reload to stop working, when it was with 4
Code
// webpack.config.js
// If your bitchin' code blocks are over 20 lines, please paste a link to a gist
// (https://gist.github.com).
// additional code, HEY YO remove this block if you don't need it
How Do We Reproduce?
Find code that reloads with webpack 4, and then upgrade to 5.
Expected Behavior
Expect circumstances that caused reload in webpack 4 would continue doing so in 5
Actual Behavior
Upgrading to webpack 5 causes reload to stop working, when it was with 4
Code
// additional code, HEY YO remove this block if you don't need itHow Do We Reproduce?
Find code that reloads with webpack 4, and then upgrade to 5.