2.3.1 (2023-02-27)
- normalize import paths for code replacement (930633a)
2.3.0 (2022-12-14)
- ensure node v14 support (647e184)
- make sure code is not inlined into loader (e3ba024)
2.3.0-rc.1 (2022-12-14)
- ensure node v14 support (b806764)
- make sure code is not inlined into loader (50ca69d)
2.2.0 (2022-11-03)
- add include and exclude options (5d0e213)
- warn when compiling to but not targeting electron (cbf0536)
2.1.1 (2022-10-24)
- strip-shebang should be a production dependency (fd5a570)
2.1.0 (2022-10-24)
- electron-forge v6 support (8131cf7)
2.0.0 (2022-10-20)
- deps: bump bytenode (c1826d7)
- deps: bump webpack-hot-middleware (3766ba0)
- deps: bump webpack-merge (bcc6366)
- deps: bump webpack-virtual-modules (e47de32)
- webpack v5 (2fc5d72)
- This version adds support to
webpack
v5
and dropswebpack
v4
. Use a previous version if usingwebpack
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.
1.2.5 (2021-04-24)
- webpack externals need to receive posix style paths (ba012c5)
1.2.4 (2021-04-23)
- misplaced dependency (3e564b3)
1.2.3 (2021-04-23)
- normalize loader import path to compiled file (1bb918f)
1.2.2 (2021-04-10)
1.2.1 (2021-04-04)
- dependency detection should ignore absolute and relative paths (2bd5d7f)
1.2.0 (2021-04-03)
1.2.0-rc.1 (2021-04-03)
1.1.0 (2021-04-01)
- add throw description for entry as function (446219e)
- debug logs should always use console.debug (93979e2)
- remove moot config checks (e408ccb)
1.0.2 (2021-03-31)
1.0.1 (2021-03-31)
- need to build before publishing obviously (fead0bd)