0.6.0 (28 Apr 2025)
BREAKING
- Minimum required Node.js version has been bumped to
18.12.0
. - Minimum required
webpack
version has been bumped to5.2.0
. - Minimum supported
webpack-dev-server
version has been bumped to4.8.0
. - Minimum supported
webpack-plugin-serve
version has been bumped to1.0.0
. overlay.sockHost
,overlay.sockPath
,overlay.sockPort
,overlay.sockProtocol
andoverlay.useURLPolyfill
have all been removed (#850).
It was necessary to support WDS below4.8.0
(published in April 2022).
It is no-longer necessary as a direct integration with WDS is now possible.
Features
- Added helper script to better support use cases where React and/or React-DOM are externalized (#852)
Fixes
- Ensure plugin injected entries are no-op in production (#900)