Socket
Socket
Sign inDemoInstall

webpack-merge

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-merge - npm Package Versions

1
10

0.17.0

Diff

Changelog

Source

0.17.0 / 2016-11-16

  • Feature: Add support for merge.strategy. Now you can customize merging behavior per root level configuration field. Example: merge.strategy({ entry: 'prepend' })(object1, object2, object3, ...);. #17
bebraw
published 0.16.0 •

Changelog

Source

0.16.0 / 2016-11-14

  • Feature: Add support for webpack 2 at merge.smart. It should pick up module.rules as you might expect now. #35
bebraw
published 0.15.0 •

Changelog

Source

0.15.0 / 2016-10-18

  • Breaking: Rework merge.smart so that it appends loaders instead of prepending them. This is the logical thing to do as it allows you to specify behavior better as you merge. #32
bebraw
published 0.14.1 •

Changelog

Source

0.14.1 / 2016-07-25

  • Docs: Improve package description. #23.
  • Bug fix - Let merge.smart merge loaders based on their full name instead of first letter. Thanks to @choffmeister. #26.
bebraw
published 0.14.0 •

Changelog

Source

0.14.0 / 2016-06-05

  • Feature: Allow merge.smart to merge loaders if exclude is the same. Thanks to @mshwery. #21.
bebraw
published 0.13.0 •

Changelog

Source

0.13.0 / 2016-05-24

  • Bug fix: Allow merge.smart to merge configuration if include is defined. Thanks to @blackrabbit99. #20.
bebraw
published 0.12.0 •

Changelog

Source

0.12.0 / 2016-04-19

  • Feature: Support include/exclude at merge.smart for loader definition too. Thanks to @Whoaa512. #16.
bebraw
published 0.11.0 •

Changelog

Source

0.11.0 / 2016-04-18

  • Feature: Support include/exclude at merge.smart when its set only in a parent. #15.
bebraw
published 0.10.0 •

Changelog

Source

0.10.0 / 2016-04-10

  • Feature: Support include/exclude at merge.smart. Thanks to @siready. #14.
bebraw
published 0.9.0 •

Changelog

Source

0.9.0 / 2016-04-08

  • Feature: Allow existing objects/arrays to be emptied with an empty object/array later in merge. This overriding behavior is useful for example emptying your entry configuration.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc