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 5.0.7 to 5.0.8

7

CHANGELOG.md
# Changelog
## 5.0.6 / 2020-07-06
## 5.0.8 / 2020-07-07
- Fix - Support Node 10 #138
## 5.0.7 / 2020-07-06
- Fix - Drop tslib dependency by setting `"importHelpers": false,`

@@ -27,2 +31,3 @@

- 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

@@ -29,0 +34,0 @@ - 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

9

package.json

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

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

@@ -44,6 +44,9 @@ "build": "tsc",

"engines": {
"node": ">=12.0.0"
"node": ">=10.0.0"
},
"jest": {
"collectCoverage": true
"collectCoverage": true,
"collectCoverageFrom": [
"dist/*.js"
]
},

@@ -50,0 +53,0 @@ "license": "MIT",

@@ -177,4 +177,6 @@ [![Financial Contributors on Open Collective](https://opencollective.com/webpack-merge/all/badge.svg?label=financial+contributors)](https://opencollective.com/webpack-merge) [![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)

1. `nvm use`
1. `npm i`
1. `npm t -- --watch`
1. `npm run build -- --watch` in one terminal
1. `npm t -- --watch` in another one

@@ -181,0 +183,0 @@ Before contributing, please [open an issue](https://github.com/survivejs/webpack-merge/issues/new) 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