systemjs-hot-reloader-ex
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -334,3 +334,3 @@ 'use strict'; | ||
_this5.logger.debug('Removing importer ' + _this5.cleanName(impModuleRecord.name) + ' from module ' + _this5.cleanName(depModuleRecord.name)); | ||
depModuleRecord.importers[index] = null; | ||
depModuleRecord.importers.splice(index, 1); | ||
} | ||
@@ -337,0 +337,0 @@ }); |
{ | ||
"name": "systemjs-hot-reloader-ex", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "SystemJS / JSPM hot reloader with support of CSS, SCSS, SASS, LESS, Stylus, React and JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -289,3 +289,3 @@ import 'core-js/shim'; | ||
this.logger.debug(`Removing importer ${this.cleanName(impModuleRecord.name)} from module ${this.cleanName(depModuleRecord.name)}`); | ||
depModuleRecord.importers[index] = null; | ||
depModuleRecord.importers.splice(index, 1); | ||
} | ||
@@ -292,0 +292,0 @@ }); |
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
56869