Releases: herberttn/bytenode-webpack-plugin
Releases · herberttn/bytenode-webpack-plugin
v2.3.1
v2.3.0
v2.3.0-rc.1
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
v2.1.1
v2.1.0
v2.0.0
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 dropswebpack
v4
. Use a previous version if usingwebpack
v4
.
DEPRECATED
- This version drops the options
debugLogs
andsilent
, as it now uses webpack's built-in logging system. Logging should be enabled through webpack's own configuration. The optiondebugLifecycle
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.