Skip to content

Releases: lewie9021/webpack-configurator

v0.3.1

24 Nov 20:57
Compare
Choose a tag to compare
  • #10 - Fixes #2, for merge() with a function.

v0.3.0

27 Oct 22:58
Compare
Choose a tag to compare
  • Added Mocha and Chai to begin writing test specs.
  • Added specs for the methods .merge, .loader, and .plugin (mostly).
  • Includes fix for issue #1 - Defining a loader with the 'loaders' property would also contain a 'loader' property causing a conflict when resolving.
  • Includes fix for issue #2 - Defining plugins using .merge would break when resolving due to an issue when cloning instances.

v0.2.0

13 Sep 15:43
Compare
Choose a tag to compare
  • Resolvers are now passed the name along with a cloned config object.

v0.1.1

23 Aug 22:45
Compare
Choose a tag to compare
  • Fixed a bug with the plugin method where it would throw unexpectedly.

v0.1.0

11 Aug 21:39
Compare
Choose a tag to compare
  • Added additional methods for removing plugins and loaders.

v0.0.2

11 Aug 00:37
Compare
Choose a tag to compare

First release of the module.