Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Releases: webpack-contrib/webpack-command

v0.4.1

06 Jul 15:17
Compare
Choose a tag to compare

Bugfixes

  • fix: exitCodes, reporters and bail, better error logging (#44)

v0.4.0

06 Jul 15:17
Compare
Choose a tag to compare

Updates

  • chore: update config-loader (e261d4b)

This minor updates the package to use a new feature release of @webpack-contrib/config-loader which supports the "extends" webpack config property.

v0.3.1

27 Jun 15:31
Compare
Choose a tag to compare

Bugfixes

  • fix: correctly define NODE_ENV for production (#42)

v0.3.0

25 Jun 14:33
Compare
Choose a tag to compare

Bugfixes

  • fix: define flag documentation, run-dev and run-prod implementation (#34)
  • fix: add handling for exit codes on error (#35)
  • fix: context overriden by flags default value. fixes #36 (#38)

Features

  • feat: warn if bail is used in watch mode (#21)
  • feat: allow --reporter to be relative to CWD (#24)
  • feat: add JSON reporter. fixes #16 (#39)
  • feat: export wp binary in package to avoid binary name conflicts (#40)

Updates

webpack-command is no longer just a proof of concept, but a legitimate replacement for webpack-cli.

v0.2.1

07 Jun 16:15
Compare
Choose a tag to compare

Bugfixes

  • fix: mode undefined in multi config (#29)

v0.2.0

09 May 12:52
Compare
Choose a tag to compare

New Features

  • feat: add support for --progress. fixes #7 (#15) …

Updates

  • refactor: update config-loader, cosmiconfig (#14)

v0.1.1

09 May 12:52
Compare
Choose a tag to compare

Updates

  • chore: move from peerDeps to deps. fixes #8 (#10)

v0.1.0

29 Apr 15:21
Compare
Choose a tag to compare

First Release 🎉

hotness