Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 4.1.4 to 4.1.5

lib/index.js.map

2

package.json

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

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

@@ -8,0 +8,0 @@ "build": "babel src -d lib",

@@ -117,3 +117,3 @@ [![build status](https://secure.travis-ci.org/survivejs/webpack-merge.svg)](http://travis-ci.org/survivejs/webpack-merge) [![codecov](https://codecov.io/gh/survivejs/webpack-merge/branch/master/graph/badge.svg)](https://codecov.io/gh/survivejs/webpack-merge)

entry: 'prepend', // or 'replace', defaults to 'append'
'module.loaders': 'prepend'
'module.rules': 'prepend'
}

@@ -131,3 +131,3 @@ )(object1, object2, object3, ...);

entry: 'prepend', // or 'replace'
'module.loaders': 'prepend'
'module.rules': 'prepend'
}

@@ -451,3 +451,4 @@ )(object1, object2, object3, ...);

1. `npm i`
2. `npm run watch`
1. `npm run build`
1. `npm run watch`

@@ -454,0 +455,0 @@ Before contributing, please open an issue where to discuss.

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