@pmmmwh/react-refresh-webpack-plugin
Advanced tools
Changelog
0.4.3 (2 November 2020)
react-refresh/runtime
imports (#230)__webpack_require__
(#233)react-refresh
to allow 0.9.x
(747c19ba)Changelog
0.4.2 (3 September 2020)
fetch
polyfills (#193)include
and exclude
options to be case-insensitive (#194)Changelog
0.4.1 (28 July 2020)
webpack.next
in published plugin code (#167)Changelog
0.4.0 (28 July 2020)
v4.43.0
or later as we adopted the new module.hot.invalidate
API (#89).
The new API enabled us to bail out of the HMR loop less frequently and provide a better experience.
If you really cannot upgrade, you can stay on 0.3.3
for the time being.useLegacyWDSSockets
option is now scoped under the overlay
option (#153).module.hot.invalidate()
API, which means we will now bail out less often (#89)window
, making the plugin platform-agnostic (#102)document.currentScript
(#133)overlay
options to receive false
as value (#154)lodash.debounce
package (#163)__react_refresh_error_overlay__
and __react_refresh_utils
(#116)useLegacyWDSSockets
options under overlay
to reflect its true use (#153)