Skip to content

Releases: webpack/webpack-cli

v2.1.5

01 Jun 16:42

Choose a tag to compare

2.1.5 (2018-06-01)

Bug Fixes

  • entry: fix a bug when --display-entrypoints=false does not hide entries (#464) (c2398a2)

v2.1.4

23 May 16:18

Choose a tag to compare

2.1.4 (2018-05-23)

Bug Fixes

v.2.1.3

06 May 15:22

Choose a tag to compare

2.1.0 -> 2.1.3 are regressions and bugfixes from prior commits. 2.1.3 Changelog

v2.1.0

30 Apr 08:59

Choose a tag to compare

2.1.0 (2018-04-30)

Bug Fixes

  • removes debug in migrate (#342) (e9c6800)
  • ast: checks validity of an identifier (#360) (f42bdbd)
  • init: output file name for single output (#403) (c1c0df0)
  • loader,plugin: fix generators path bug (b4bfafb)

Features

2.0.14

05 Apr 01:23

Choose a tag to compare

Changelog found here

v2.0.13

22 Mar 16:26

Choose a tag to compare

Changelog can be found here.

2.0.12

14 Mar 00:44

Choose a tag to compare

Changelog can be found here.

Version 2.0.11

10 Mar 00:33

Choose a tag to compare

Version 2.0.11 fixes issues with the init command running behind proxies. The version updates dependencies to be coherent with webpack 4. Changelog can be found here.

2.0.4

16 Jan 09:33

Choose a tag to compare

This release fixes the previous release. There were few missing files that were not published on npm

2.0.3

16 Jan 09:31

Choose a tag to compare

  • fix for extending tests to --json (@axe312ger, #242)
  • added a new feature --silent. With this option the cli won't output anything (@jbottigliero, #241)
  • internal changes: removed flow and babel from the code base as it was giving serious problems with third party repositories