6.0.0 (2024-12-19)
BREAKING CHANGES
- the minimum required Node.js version is
18.12.0
- removed
init
,loader
andplugin
commands in favorcreate-webpack-app
- dropped support for
webpack-dev-server@v4
- minimum supported webpack version is
5.82.0
Bug Fixes
- allow to require
webpack.config.js
in ESM format (#4346) (5106684) - correct the minimum help output (#4057) (c727c4f)
- gracefully shutting down (#4145) (90720e2)
- improve help output for possible values (#4316) (4cd5aef)
- no serve when dev-server is false (#2947) (a93e860)