stephencookdev / speed-measure-webpack-plugin

⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds
MIT License
2.42k stars 79 forks source link

This plugin breaks the Fast Refresh #175

Open kud opened 3 years ago

kud commented 3 years ago

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
joe06102 commented 3 years ago

It breaks the HMR too! with the plugin enabled, the HMR will throw 'hot-update.json 404'

Vercjames commented 2 years ago

Still an issue Uncaught TypeError: Cannot set properties of undefined (setting 'runtime')

tmns commented 2 years ago

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)?

lsdyi commented 1 year ago

+1