Socket
Socket
Sign inDemoInstall

webpack-merge

Package Overview
Dependencies
6
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
9Next

5.0.8

Diff

Changelog

Source

5.0.8 / 2020-07-07

  • Fix - Support Node 10 #138
bebraw
published 5.0.7 •

Changelog

Source

5.0.7 / 2020-07-06

  • Fix - Drop tslib dependency by setting "importHelpers": false,
bebraw
published 5.0.6 •

Changelog

Source

5.0.6 / 2020-07-06

  • Fix - Add tslib to dependencies
bebraw
published 5.0.5 •

Changelog

Source

5.0.5 / 2020-07-06

  • Tech - Optimize build size (UMD isn't needed)
bebraw
published 5.0.4 •

Changelog

Source

5.0.4 / 2020-07-06

  • Documentation - Use CommonJS imports at the examples. #137
bebraw
published 5.0.3 •

Changelog

Source

5.0.3 / 2020-07-06

  • Feature - Support TypeScript out of the box. #84 #86 #95 #110 #112
  • Deprecation - merge.smart has been dropped as it's tricky to support all the corner cases. Instead, it's better to use the provided utilities to put together a merge that fits your case.
  • Deprecation - mergeStrategy has been dropped in favor of using mergeWithCustomize with customizeArray and customizeObject.
  • Deprecation - merge.multiple has been dropped as the functionality was too specific and it's better to implement in the user space if needed.
  • Breaking - merge has been moved as a regular import (i.e. import { merge } from 'webpack-merge').
  • Breaking - Merge customization has been moved behind mergeWithCustomize.
  • Breaking - Bump supported Node version to 12
  • Feature - customizeArray supports wildcards now. Example: 'entry.*': 'prepend'. #45 #99
  • Feature - Throw an error in case a Promise is being merged. It's better to wrap configuration within a Promise and merge inside it. #81
  • Fix - Drop lodash in favor of simpler dependencies. #134
  • Fix - Make unique merge from right to left to match behavior elsewhere. #119
  • Fix - Make sure unique doesn't lose non-unique items to merge. #125

Special thanks to Google and Addy Osmani for supporting the work financially as it allowed me to complete the work required by the new major release.

bebraw
published 5.0.0-beta-1 •

bebraw
published 5.0.0 •

bebraw
published 4.2.2 •

Changelog

Source

4.2.2 / 2019-08-27

  • Fix - Update minimum version of lodash to 4.17.15 in order to avoid npm audit warning. #116
  • Docs - Improve merge.unique documentation. #103
  • Docs - Add clear note about precedence. #115
bebraw
published 4.2.1 •

Changelog

Source

4.2.1 / 2019-01-04

  • Feature - Support oneOf at merge.smart. #111
  • Fix - If there's only single array to merge, clone it. #106
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc