You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [2.0.0](v1.2.5...v2.0.0) (2022-10-20)
### Features
* **deps:** bump bytenode ([c1826d7](c1826d7))
* **deps:** bump webpack-hot-middleware ([3766ba0](3766ba0))
* **deps:** bump webpack-merge ([bcc6366](bcc6366))
* **deps:** bump webpack-virtual-modules ([e47de32](e47de32))
* webpack v5 ([2fc5d72](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.
0 commit comments