webpack-merge
Advanced tools
Changelog
6.0.1 / 2024-07-02
clone-deep
as there was a corner case where structuredClone
did not work as expected. #214Changelog
6.0.0 / 2024-07-02
structuredClone
over clone-deep
dependency since it is included to Node 18 or above. #214Changelog
5.10.0 / 2023-10-16
mergeWithRules
. #212Changelog
5.8.0 / 2021-06-07
env
example to be webpack 5 compatible. #177, #180Changelog
5.7.2 / 2020-12-16
merge
operation with mergeWithRules
, use default merge behavior as a fallback. #167Changelog
5.7.1 / 2020-12-16
mergeWithRules
when non-array matches are merged. #166Changelog
5.7.0 / 2020-12-12
TypeError
if trying to use mergeWithRules
with invalid configuration types for append
/prepend
/merge
operations.