isolated-externals-plugin
Advanced tools
Comparing version 2.4.0-preload-non-esm-e559461.5 to 2.4.0-preload-non-esm-e559461.6
@@ -237,4 +237,5 @@ "use strict"; | ||
} | ||
const newEntryRequest = getEntryDepsRequest(entryName, this.unpromisedEntryModuleLocation, entryDep.request, entryDep.getContext() || | ||
(entryDep.request.startsWith('/') ? '' : process.cwd())); | ||
const newEntryRequest = getEntryDepsRequest(entryName, this.unpromisedEntryModuleLocation, entryDep.request, /^\./.test(entryDep.request) | ||
? entryDep.getContext() || process.cwd() | ||
: ''); | ||
if (entryDep.request === newEntryRequest) { | ||
@@ -241,0 +242,0 @@ logger.debug('no need to rebuild entry module', entryDep.request); |
{ | ||
"name": "isolated-externals-plugin", | ||
"version": "2.4.0-preload-non-esm-e559461.5", | ||
"version": "2.4.0-preload-non-esm-e559461.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
76420
1445