webpack-cli

Webpack's Command Line Interface

MIT License

Downloads
105.9M
Stars
2.5K
Committers
131

Bot releases are hidden (Show)

webpack-cli - Version 2.0.11

Published by evenstensberg over 6 years ago

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.

webpack-cli - 2.0.4

Published by ematipico almost 7 years ago

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

webpack-cli - 2.0.3

Published by ematipico almost 7 years ago

webpack-cli - 2.0.2

Published by ematipico almost 7 years ago

  • fixed cases of the new --output argument
  • fixed internal bin tests
  • added internal coverage check
  • fixed case where there was a missing internal library
webpack-cli - 2.0.1

Published by ematipico almost 7 years ago

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

webpack-cli - Webpack-CLI V.2.0.0

Published by evenstensberg almost 7 years ago

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