Releases: pmmmwh/react-refresh-webpack-plugin
Releases · pmmmwh/react-refresh-webpack-plugin
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)
v0.5.7
0.5.7 (23 May 2022)
Fixes
- Removed debug
console.log
statement (#631)
Internal
- Run tests on Node.js 18 (#631)
v0.5.6
0.5.6 (10 May 2022)
Fixes
- Fixed faulty
this
type import in loader (#624)
- Made current script detection more robust for edge cases (#630)
Internal
- Swapped to new
ReactDOM.createRoot
API in examples (#626)