webpack-named-moduleids-plugin
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -51,2 +51,3 @@ /* | ||
let hashId = hash.digest(options.hashDigest); | ||
// console.log(hashId, hash.constructor.name, realHash.constructor.name, options.namedToHash); | ||
if (realHash.constructor.name === 'NamedHash') { | ||
@@ -59,3 +60,3 @@ if (options.namedToHash) { | ||
usedIds.add(module.id); | ||
return; | ||
continue; | ||
} | ||
@@ -62,0 +63,0 @@ } |
{ | ||
"name": "webpack-named-moduleids-plugin", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "base on packagename+version to generator module id ", | ||
@@ -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
11329
267