Skip to content

Releases: herberttn/bytenode-webpack-plugin

v2.3.1

27 Feb 19:37
Compare
Choose a tag to compare

2.3.1 (2023-02-27)

Bug Fixes

  • normalize import paths for code replacement (930633a)

v2.3.0

14 Dec 13:10
Compare
Choose a tag to compare

2.3.0 (2022-12-14)

Bug Fixes

  • ensure node v14 support (647e184)

Features

  • make sure code is not inlined into loader (e3ba024)

v2.3.0-rc.1

14 Dec 12:46
Compare
Choose a tag to compare
v2.3.0-rc.1 Pre-release
Pre-release

2.3.0-rc.1 (2022-12-14)

Bug Fixes

  • ensure node v14 support (b806764)

Features

  • make sure code is not inlined into loader (50ca69d)

v2.2.0

03 Nov 18:09
Compare
Choose a tag to compare

2.2.0 (2022-11-03)

Features

  • add include and exclude options (5d0e213)
  • warn when compiling to but not targeting electron (cbf0536)

v2.1.1

24 Oct 19:35
Compare
Choose a tag to compare

2.1.1 (2022-10-24)

Bug Fixes

  • strip-shebang should be a production dependency (fd5a570)

v2.1.0

24 Oct 06:37
Compare
Choose a tag to compare

2.1.0 (2022-10-24)

Features

  • electron-forge v6 support (8131cf7)

v2.0.0

20 Oct 05:45
Compare
Choose a tag to compare

2.0.0 (2022-10-20)

Features

  • deps: bump bytenode (c1826d7)
  • deps: bump webpack-hot-middleware (3766ba0)
  • deps: bump webpack-merge (bcc6366)
  • deps: bump webpack-virtual-modules (e47de32)
  • webpack v5 (2fc5d72)

BREAKING CHANGES

  • This version adds support to webpack v5 and drops webpack v4. Use a previous version if using webpack v4.

DEPRECATED

  • This version drops the options debugLogs and silent, as it now uses webpack's built-in logging system. Logging should be enabled through webpack's own configuration. The option debugLifecycle is still present, but it also works in conjunction with webpack's logging system, so both need to be enabled for logs to be seen.

v1.2.5

24 Apr 23:42
Compare
Choose a tag to compare

1.2.5 (2021-04-24)

Bug Fixes

  • webpack externals need to receive posix style paths (ba012c5)

v1.2.4

23 Apr 03:18
Compare
Choose a tag to compare

1.2.4 (2021-04-23)

Bug Fixes

v1.2.3

23 Apr 02:56
Compare
Choose a tag to compare

1.2.3 (2021-04-23)

Bug Fixes

  • normalize loader import path to compiled file (1bb918f)