webpack-merge
Advanced tools
Comparing version 5.1.1 to 5.1.2
# Changelog | ||
## 5.1.2 / 2020-08-18 | ||
- Fix - Allow overriding an object field with `null` #144 | ||
## 5.1.1 / 2020-08-04 | ||
@@ -4,0 +8,0 @@ |
@@ -70,4 +70,7 @@ "use strict"; | ||
function isPlainObject(a) { | ||
if (a === null) { | ||
return false; | ||
} | ||
return typeof a === "object"; | ||
} | ||
//# sourceMappingURL=join-arrays.js.map |
@@ -5,3 +5,3 @@ { | ||
"author": "Juho Vepsalainen <bebraw@gmail.com>", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "build": "tsc", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38959
292