Releases: lewie9021/webpack-configurator
Releases · lewie9021/webpack-configurator
v0.3.1
24 Nov 20:57
Compare
Sorry, something went wrong.
No results found
#10 - Fixes #2 , for merge() with a function.
v0.3.0
27 Oct 22:58
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Resolvers are now passed the name along with a cloned config object.
v0.1.1
23 Aug 22:45
Compare
Sorry, something went wrong.
No results found
Fixed a bug with the plugin method where it would throw unexpectedly.
v0.1.0
11 Aug 21:39
Compare
Sorry, something went wrong.
No results found
Added additional methods for removing plugins and loaders.
v0.0.2
11 Aug 00:37
Compare
Sorry, something went wrong.
No results found
First release of the module.