webpack-hot-middleware
Advanced tools
Comparing version 2.22.1 to 2.22.2
@@ -208,5 +208,8 @@ /*eslint-env browser*/ | ||
} | ||
if (overlay && (options.overlayWarnings || type !== 'warnings')) { | ||
overlay.showProblems(type, obj[type]); | ||
return false; | ||
if (overlay) { | ||
if (options.overlayWarnings || type === 'errors') { | ||
overlay.showProblems(type, obj[type]); | ||
return false; | ||
} | ||
overlay.clear(); | ||
} | ||
@@ -213,0 +216,0 @@ return true; |
{ | ||
"name": "webpack-hot-middleware", | ||
"version": "2.22.1", | ||
"version": "2.22.2", | ||
"description": "Webpack hot reloading you can attach to your own server", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
29816
600