Releases: webpack/webpack-cli
Releases · webpack/webpack-cli
v4.3.0
4.3.0 (2020-12-25)
Bug Fixes
- fix problems with
--mode
and config resolution, there are situations when we resolve an invalid config file, the--mode
option does not affect on config resolution, if you faced with an error after updating, please use the--config
option - correct usage of cli-flags (#2205) (c8fc7d1)
- defer setting default mode to core (#2095) (3eb410e)
- respect the
--watch-options-stdin
option (2d1e001) - respect
--color
/--no-color
option (#2042) (09bd812) - stringify stats using streaming approach (#2190) (9bf4e92)
- use logger for error with proper exit code (#2076) (2c9069f)
- reduce spammy logs (#2206) (9b3cc28)
- respect the
infrastructureLogging.level
option (logger usesstderr
) (#2144) (7daccc7) - respect all options from command line for the
server
command help
andversion
output- respect
stats
from the config (webpack@4) (#2098) (2d6e5c6) - fixed colors work with multi compiler mode (webpack@4)
Features
v4.2.0
v4.1.0
4.1.0 (2020-10-19)
Bug Fixes
- avoid unnecessary stringify (#1920) (5ef1e7b)
- colored output (#1944) (2bbbb14)
- move init command to separate package (#1950) (92ad475)
- output stacktrace on errors (#1949) (9ba9d6f)
- run CLI after webpack installation (#1951) (564279e)
- support any config name (#1926) (6f95b26)
- support array of functions and promises (#1946) (2ace39b)
- watch mode and options (#1931) (258219a)
Features
v4.0.0
v.4.0.0-beta.9
This is webpack-cli v4.0.0-beta.9. Changelog found here
Webpack CLI v4.0.0-beta.2
Webpack CLI v3.3.10
Webpack-CLI v3.3.9
This patch contains a fix for a hanging exit condition. A full changelog found here
Webpack-CLI v3.3.8
Webpack-CLI v3.3.8 comes with a validation bugfix to support webpack 5 and version 4. A full changelog is found here
Webpack-CLI v3.3.7
Version 3.3.7 comes with vulnerability patches and a bugfix to using the CLI when there is no configuration file present. A full changelog found here