@rollup/plugin-alias
Advanced tools
Comparing version 4.0.4 to 5.0.0
@@ -68,5 +68,2 @@ 'use strict'; | ||
resolveId(importee, importer, resolveOptions) { | ||
if (!importer) { | ||
return null; | ||
} | ||
// First match is supposed to be the correct one | ||
@@ -73,0 +70,0 @@ const matchedEntry = entries.find((entry) => matches(entry.find, importee)); |
@@ -64,5 +64,2 @@ function matches(pattern, importee) { | ||
resolveId(importee, importer, resolveOptions) { | ||
if (!importer) { | ||
return null; | ||
} | ||
// First match is supposed to be the correct one | ||
@@ -69,0 +66,0 @@ const matchedEntry = entries.find((entry) => matches(entry.find, importee)); |
{ | ||
"name": "@rollup/plugin-alias", | ||
"version": "4.0.4", | ||
"version": "5.0.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
15329
195