absolute-module-mapper-plugin
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -0,1 +1,5 @@ | ||
## [1.2.4](https://github.com/imcuttle/absolute-module-mapper-plugin/compare/v1.2.3...v1.2.4) (2020-02-13) | ||
## [1.2.3](https://github.com/imcuttle/absolute-module-mapper-plugin/compare/v1.2.2...v1.2.3) (2020-02-13) | ||
@@ -2,0 +6,0 @@ |
@@ -116,3 +116,3 @@ /** | ||
old !== request.request && | ||
console.log('AbsoluteModuleMapperPlugin resolveRequest: in %s\n %s => %s', from, old, request.request) | ||
console.log(this.constructor.name + ' resolveRequest: in %s\n %s => %s', from, old, request.request) | ||
@@ -142,3 +142,3 @@ callback() | ||
old !== request.path && | ||
console.log('AbsoluteModuleMapperPlugin path: in %s\n %s => %s', from, old, request.path) | ||
console.log(this.constructor.name + ' path: in %s\n %s => %s', from, old, request.path) | ||
callback() | ||
@@ -145,0 +145,0 @@ } |
{ | ||
"name": "absolute-module-mapper-plugin", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "The plugin on enhanced-resolver to map module path", |
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
16624