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 Compare versions

Comparing version 0.7.3 to 0.8.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

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
0.7.3 / 2016-01-11

@@ -2,0 +7,0 @@ ==================

7

package.json

@@ -5,3 +5,3 @@ {

"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.7.3",
"version": "0.8.0",
"scripts": {

@@ -28,2 +28,7 @@ "build": "babel src -d lib",

},
"files": [
"*.md",
"./lib/*.js",
"./LICENSE"
],
"repository": {

@@ -30,0 +35,0 @@ "type": "git",

2

README.md

@@ -171,3 +171,3 @@ [![build status](https://secure.travis-ci.org/survivejs/webpack-merge.png)](http://travis-ci.org/survivejs/webpack-merge)

// prepended because Webpack evaluated these from right to left!
loaders: ['babel', 'coffee']
loaders: ['coffee', 'babel']
}]

@@ -174,0 +174,0 @@ }

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