webpack-cli

Webpack's Command Line Interface

MIT License

Downloads
105.9M
Stars
2.5K
Committers
131

Bot releases are hidden (Show)

webpack-cli - v4.3.0

Published by alexander-akait almost 4 years ago

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)
webpack-cli - v4.2.0

Published by alexander-akait almost 4 years ago

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)
webpack-cli - v4.1.0

Published by alexander-akait almost 4 years ago

4.1.0 (2020-10-19)

Bug Fixes

Features

webpack-cli - v4.0.0

Published by alexander-akait about 4 years ago

webpack-cli - v.4.0.0-beta.9

Published by evenstensberg about 4 years ago

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

webpack-cli - Webpack CLI v4.0.0-beta.2

Published by ematipico over 4 years ago

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 - Webpack CLI v3.3.10

Published by evenstensberg almost 5 years ago

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 - Webpack-CLI v3.3.9

Published by evenstensberg about 5 years ago

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

webpack-cli - Webpack-CLI v3.3.8

Published by evenstensberg about 5 years ago

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 - Webpack-CLI v3.3.7

Published by evenstensberg about 5 years ago

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

webpack-cli - Webpack CLI v3.3.6

Published by evenstensberg over 5 years ago

Webpack CLI v3.3.6 is a security patch that fixes vulnerabilities. Please upgrade if not done so already. A full changelog available here

Stay safe🙏🏽

webpack-cli - Webpack CLI v3.3.5

Published by evenstensberg over 5 years ago

Webpack-CLI v3.3.5 has a patch to remove the donation banner that causes some irritation around donations to webpack and for windows users. We've removed this and a full changelog is found here

webpack-cli - Webpack CLI v3.3.4

Published by evenstensberg over 5 years ago

Webpack CLI version 3.3.4 is the last version we are going to support with the old CLI interface before version 4 is released. It comes with a bugfix for errors in a webpack configuration and fixes to infrastructure not related to the core packages. A full changelog is available here

Love, webpack team ♥️

webpack-cli - Webpack CLI v.3.3.3

Published by evenstensberg over 5 years ago

Webpack-CLI version 3.3.3 comes with infrastructure fixes, bugfixes against donation banner, bugfix when providing an array configuration, improved error messaging when dependencies are missing and much more.

A full changelog is available here

Love, webpack team🥰

webpack-cli - Webpack CLI v3.3.2

Published by evenstensberg over 5 years ago

This version fixes permission errors on showing donation banner, security fixes, a way to disable it and has other ones. Full list of changes found here.

webpack-cli - Webpack-CLI v.3.3.1

Published by evenstensberg over 5 years ago

Version 3.3.1 comes with infrastructure fixes and various of improvements to the repository. Full changelog found here

webpack-cli - webpack-cli v.3.3.0

Published by evenstensberg over 5 years ago

Webpack-cli v.3.3.0 comes with fixes to tests, improved documentation and better default setting. It also has webpack v.5.0.0 support along with webpack v.4.0.0 support.

Changelog available here.

if you find any issues, please submit a bug. Happy hacking! 💙

webpack-cli - V.3.2.3

Published by evenstensberg over 5 years ago

In this release we reverted the donate script that caused issues on different platforms.

webpack-cli - V.3.2.2

Published by evenstensberg over 5 years ago

Version 3.2.2 comes with fixes to donation banner and stderr instead of stdout for information and json outputting.

Changelog found here

webpack-cli - V.3.2.1

Published by evenstensberg almost 6 years ago

V.3.2.1 replaces opencollective dependency with a lighter version and it fixes configuration lookup using ts, babel and so on.

Full changelog found here.