Skip to content

Releases: pmmmwh/react-refresh-webpack-plugin

v0.5.13

27 Apr 22:32
23073b7
Compare
Choose a tag to compare

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

27 Apr 22:23
ddbb7aa
Compare
Choose a tag to compare

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

15 Aug 02:37
Compare
Choose a tag to compare

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

24 Nov 13:39
Compare
Choose a tag to compare

0.5.10 (24 Nov 2022)

Fixes

  • Bumped loader-utils to fix security vulnerability (#700)

v0.5.9

10 Nov 11:09
Compare
Choose a tag to compare

0.5.9 (10 Nov 2022)

Fixes

  • Bumped loader-utils to fix security vulnerability (#685)

v0.5.8

09 Oct 21:23
Compare
Choose a tag to compare

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

23 May 00:04
Compare
Choose a tag to compare

0.5.7 (23 May 2022)

Fixes

  • Removed debug console.log statement (#631)

Internal

  • Run tests on Node.js 18 (#631)

v0.5.6

10 May 16:09
Compare
Choose a tag to compare

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)

v0.5.5

04 Apr 05:48
Compare
Choose a tag to compare

0.5.5 (4 April 2022)

Fixes

  • Handle unknown moduleId for dynamically generated modules (#547)
  • Handle WDS auto value on port (#574)
  • Fixed react-refresh@0.12.0 compatibility (#576)
  • Fixed crash when parsing compile errors in overlay (#577)
  • Respect virtual modules when injecting loader (#593)
  • Allow port to be missing for WDS, also some general refactoring (#623)

Internal

v0.5.4

22 Dec 04:01
Compare
Choose a tag to compare

0.5.4 (22 December 2021)

Fixes

  • Skip loader injection for files referenced as assets (#545)
  • Changed failures of exports capturing to warn instead of throw (#546)