webpack-hot-middleware
Advanced tools
Comparing version 2.23.0 to 2.23.1
@@ -106,4 +106,4 @@ module.exports = webpackHotMiddleware; | ||
// Fallback to compilation name in case of 1 bundle | ||
if (bundles.length === 1 && !name) { | ||
// Fallback to compilation name in case of 1 bundle (if it exists) | ||
if (bundles.length === 1 && !name && statsResult.compilation) { | ||
name = statsResult.compilation.name || ""; | ||
@@ -110,0 +110,0 @@ } |
{ | ||
"name": "webpack-hot-middleware", | ||
"version": "2.23.0", | ||
"version": "2.23.1", | ||
"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
30264