@angularclass/hmr-loader
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -51,3 +51,3 @@ var utils = require('loader-utils'); | ||
' if (MODULE_REF.instance["hmrOnInit"]) {'+ newLine + | ||
' MODULE_REF.instance["hmrOnInit"](module["hot"]["data"]);'+ newLine + | ||
' module["hot"]["data"] && MODULE_REF.instance["hmrOnInit"](module["hot"]["data"]);'+ newLine + | ||
' }'+ newLine + | ||
@@ -54,0 +54,0 @@ ' if (MODULE_REF.instance["hmrOnStatus"]) {'+ newLine + |
{ | ||
"name": "@angularclass/hmr-loader", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Angular 2 HMR Webpack Loader by @AngularClass", | ||
@@ -5,0 +5,0 @@ "main": "index.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
16083