Skip to content

Releases: webpack/webpack-cli

Version 2.0.11

10 Mar 00:33
Compare
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
Compare
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
Compare
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

2.0.2

08 Jan 21:55
Compare
Choose a tag to compare
  • fixed cases of the new --output argument
  • fixed internal bin tests
  • added internal coverage check
  • fixed case where there was a missing internal library

2.0.1

08 Jan 21:50
Compare
Choose a tag to compare

Small release where it's now possible to add --output as destination folder

Webpack-CLI V.2.0.0

21 Dec 17:07
Compare
Choose a tag to compare

Version 2.0.0 contains a lot of changes in the source code to improve the quality in the repository, and the work on a good project structure is underway. This version comes with additions of features that will help developers work better, as well as improvements in the source code. View the almost complete changelog here. This is a summary of the new release:

  • Internal Documentation is added
  • ECMAScript configurations are supported, this means you can write configurations, using import/export or other syntax sugary features that modern JavaScript has to offer
  • v8-compile-cache is added, which will speed up compilation time
  • webpack add is added (please do try it out and submit an issue with your feedback!)
  • webpack serve is enabled, which will run a development server for you
  • Source code quality, testing and repository structure is improved