Releases: pmmmwh/react-refresh-webpack-plugin
Releases · pmmmwh/react-refresh-webpack-plugin
v0.6.0
0.6.0 (28 Apr 2025)
BREAKING
- Minimum required Node.js version has been bumped to
18.12.0
.
- Minimum required
webpack
version has been bumped to 5.2.0
.
- Minimum supported
webpack-dev-server
version has been bumped to 4.8.0
.
- Minimum supported
webpack-plugin-serve
version has been bumped to 1.0.0
.
overlay.sockHost
, overlay.sockPath
, overlay.sockPort
, overlay.sockProtocol
and overlay.useURLPolyfill
have all been removed (#850).
It was necessary to support WDS below 4.8.0
(published in April 2022).
It is no-longer necessary as a direct integration with WDS is now possible.
Features
- Added helper script to better support use cases where React and/or React-DOM are externalized (#852)
Fixes
- Ensure plugin injected entries are no-op in production (#900)
Internal
- Dropped support for Webpack 4 / WDS 3 (#850, #904)
- Migrated from
ansi-html
to anser
in error overlay (#854)
- Bumped all development dependencies (#905)
v0.5.16
0.5.16 (31 Mar 2025)
Fixes
- Fixed out of order cleanup when using top-level await (#898)
v0.5.15
0.5.15 (3 Jun 2024)
Fixes
- Fixed wrong import in error overlay for
ansi-html
(#853)
v0.5.14
0.5.14 (1 Jun 2024)
Fixes
- Moved to
ansi-html
v0.0.9
and schema-utils
v4.x
(#848)
Internal
- Run tests on latest versions of Node.js 18, 20 and 22 (#848)
- Bumped
jest
to v29 and some other development dependencies (#848)
- Removed
yalc
(#849)
v0.5.13
0.5.13 (28 Apr 2024)
Fixes
- Fixed module system inferring (ESM vs CJS) to start from the point of each file (#771)
v0.5.12
0.5.12 (27 Apr 2024)
Fixes
- Fixed incorrect
sockProtocol
override (#835)
- Relaxed peer dependency requirement on
webpack-dev-server
to allow v5.x (#837)
v0.5.11
0.5.11 (15 Aug 2023)
Features
- Added support to exclude dynamically generated modules from other loaders (#769)
Fixes
- Fixed unnecessary memory leaks due to `prevExports`` (#766)
- Relaxed peer dependency requirement on
type-fest
to allow v4.x (#767)
- Fixed module type resolution when there is difference across contexts (#768)
v0.5.10
0.5.10 (24 Nov 2022)
Fixes
- Bumped
loader-utils
to fix security vulnerability (#700)
v0.5.9
0.5.9 (10 Nov 2022)
Fixes
- Bumped
loader-utils
to fix security vulnerability (#685)
v0.5.8
0.5.8 (9 Oct 2022)
Fixes
- Fixed performance issue regarding
require.resolve
in loader injection (#669)
- Bumped
core-js-pure
to not depend on deprecated versions (#674)