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.8.4

Diff

Changelog

Source

0.8.4 / 2016-03-17

  • Bug fix: webpack-merge should not mutate inputs. #12
bebraw
published 0.8.3 •

Changelog

Source

0.8.3 / 2016-03-02

  • Bug fix: Drop files field from package.json as it wasn't including the dist correctly.
bebraw
published 0.8.2 •

bebraw
published 0.8.1 •

bebraw
published 0.8.0 •

Changelog

Source

0.8.0 / 2016-03-02

  • Breaking: Change merging behavior so that only loaders get prepended. The rest follow appending logic. This makes entry array merging behavior logical. Prepend makes sense only for loaders after all. #10
bebraw
published 0.7.3 •

Changelog

Source

0.7.3 / 2016-01-11

  • Bug fix: Do not error when there are no matching loaders. Thanks @GreenGremlin!
bebraw
published 0.7.2 •

Changelog

Source

0.7.2 / 2016-01-08

  • Regenerate tarball. The problem was that there were some old dependencies included. Closes #7.
bebraw
published 0.7.1 •

Changelog

Source

0.7.1 / 2016-01-03

  • Improve performance by defaulting to concat and by dropping a redundant check. Thanks @davegomez!
bebraw
published 0.7.0 •

Changelog

Source

0.7.0 / 2015-12-31

  • Bug fix: Arrays get merged within nested structures correctly now. Array items are prepended (reverse order compared to earlier). This is related to the change made in 0.6.0. Incidentally this change affects normal merge as well.
  • Smart merge: If a loader contains either include or exclude, it will generate separate entries instead of merging. Without this the configuration might change in an unpredictable manner.
bebraw
published 0.6.0 •

Changelog

Source

0.6.0 / 2015-12-30

  • Support preLoaders and postLoaders. Previously only loaders were supported.
  • Breaking: Change smart merging behavior for 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.
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