speed-measure-webpack-plugin
speed-measure-webpack-plugin copied to clipboard
This plugin breaks the Fast Refresh
If you wrap your webpack config with this plugin, the fast refresh will be broken and gives you this as error:
Uncaught TypeError: can't access property "runtime", __webpack_require__.$Refresh$ is undefined
It breaks the HMR too! with the plugin enabled, the HMR will throw 'hot-update.json 404'
Still an issue Uncaught TypeError: Cannot set properties of undefined (setting 'runtime')
Just ran into this as well! Realized after some process of elimination that this plugin was at fault. I imagine nobody has found a workaround eh (aside from disabling the plugin entirely)?
+1