Skip to content

Releases: webpack/webpack-cli

v4.3.0

25 Dec 17:41
Compare
Choose a tag to compare

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 uses stderr) (#2144) (7daccc7)
  • respect all options from command line for the server command
  • help and version output
  • respect stats from the config (webpack@4) (#2098) (2d6e5c6)
  • fixed colors work with multi compiler mode (webpack@4)

Features

  • add bundle command (alias for webpack [options])
  • add pnpm support for package installation (#2040) (46cba36)

v4.2.0

04 Nov 18:45
Compare
Choose a tag to compare

4.2.0 (2020-11-04)

Bug Fixes

Features

  • export utils from core for other packages (#2011) (3004549)
  • progress supports string argument (#2000) (f13346e)
  • suggest the closest match based on the Levenshtein distance algorithm (#2010) (491a582)

v4.1.0

04 Nov 16:49
Compare
Choose a tag to compare

4.1.0 (2020-10-19)

Bug Fixes

Features

v4.0.0

10 Oct 18:10
Compare
Choose a tag to compare

v.4.0.0-beta.9

19 Sep 18:16
a515b76
Compare
Choose a tag to compare

This is webpack-cli v4.0.0-beta.9. Changelog found here

Webpack CLI v4.0.0-beta.2

11 Feb 09:55
Compare
Choose a tag to compare
Pre-release

Second beta of v4.

This release contains lots of bug fixes, refactors and features.

We switched to a better automation tool to generate the changelog. For this reason, we moved the old changelog here.

Current changelong is available here.

Webpack CLI v3.3.10

31 Oct 04:53
f9f0860
Compare
Choose a tag to compare

Version 3.3.10 comes with a new flag no-cache, version patches to security and removal of out-of-sync mono-repo tests. The change is considered a patch, since no functionality is changed.

Full changelog found here

Webpack-CLI v3.3.9

17 Sep 07:12
48c03ab
Compare
Choose a tag to compare

This patch contains a fix for a hanging exit condition. A full changelog found here

Webpack-CLI v3.3.8

05 Sep 17:03
7b1e946
Compare
Choose a tag to compare

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

18 Aug 05:36
Compare
Choose a tag to compare

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