Releases: webpack/webpack-cli
Releases · webpack/webpack-cli
v2.1.5
01 Jun 16:42
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.1.4 (2018-05-23)
Bug Fixes
v.2.1.3
06 May 15:22
Compare
Sorry, something went wrong.
No results found
2.1.0 -> 2.1.3 are regressions and bugfixes from prior commits. 2.1.3 Changelog
v2.1.0
30 Apr 08:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v2.0.13
22 Mar 16:26
Compare
Sorry, something went wrong.
No results found
Changelog can be found here .
2.0.12
14 Mar 00:44
Compare
Sorry, something went wrong.
No results found
Changelog can be found here .
Version 2.0.11
10 Mar 00:33
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
This release fixes the previous release. There were few missing files that were not published on npm
2.0.3
16 Jan 09:31
Compare
Sorry, something went wrong.
No results found
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