node-hot-loader
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -24,4 +24,2 @@ 'use strict'; | ||
var hmrDocsUrl = 'https://webpack.js.org/concepts/hot-module-replacement/'; | ||
var logger = new _Logger2.default(_LogColors2.default.cyan('[HMR]')); | ||
@@ -41,3 +39,3 @@ | ||
if (unacceptedModules.length > 0) { | ||
logger.warn("The following modules couldn't be hot updated: (They would need a full reload!)\n" + 'This is usually because the modules which have changed (and their parents) do not know ' + ('how to hot reload themselves. See ' + hmrDocsUrl + ' for more details.')); | ||
logger.warn("The following modules couldn't be hot updated: (They would need a full reload!)"); | ||
unacceptedModules.forEach(function (moduleId) { | ||
@@ -44,0 +42,0 @@ logger.warn(' - ' + moduleId); |
{ | ||
"name": "node-hot-loader", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Hot module replacement for Node.js applications", | ||
@@ -5,0 +5,0 @@ "main": "./lib/node-hot.js", |
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
30684
511