Releases: lewie9021/webpack-configurator
Releases · lewie9021/webpack-configurator
v0.3.1
v0.3.0
- 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.