webpack-merge
Advanced tools
Changelog
5.6.0 / 2020-12-11
merge
(CustomizeRule.Merge
) for objects at mergeWithRules
. This is useful for merging loader options for example. #163Changelog
5.5.0 / 2020-12-10
mergeWithRules
to merge based on rules without a match. #151 #159Changelog
5.4.0 / 2020-10-30
mergeWithRules
for cases that aren't matched. #157 #158mergeWithRules
without a rule #151undefined
is passed to merge
as a structure to mergeChangelog
5.3.0 / 2020-10-30
Configuration
type through a generic to TypeScript to support both webpack 4 and 5 #141 #154In case you use webpack 4, please change your typing as instructed in the readme as the default type is loose but non-breaking.
Changelog
5.2.0 / 2020-10-07
mergeWithRules
#146 #149