Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 05:45
· 33 commits to main since this release

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.