webpack-merge
Advanced tools
Changelog
0.8.3 / 2016-03-02
files
field from package.json as it wasn't including the dist correctly.Changelog
0.8.0 / 2016-03-02
entry
array merging behavior logical. Prepend makes sense only for loaders after all. #10Changelog
0.7.3 / 2016-01-11
Changelog
0.7.2 / 2016-01-08
Changelog
0.7.1 / 2016-01-03
concat
and by dropping a redundant check. Thanks @davegomez!Changelog
0.7.0 / 2015-12-31
include
or exclude
, it will generate separate entries instead of merging. Without this the configuration might change in an unpredictable manner.Changelog
0.6.0 / 2015-12-30
preLoaders
and postLoaders
. Previously only loaders
were supported.loaders
field so that it prepends loaders instead of appending them. The benefit of this is that now it's possible to specialize loader setup in a predictable manner. For example you can have a linter set up at the root and expect it to become evaluated first always.