We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc6300 commit 78014e3Copy full SHA for 78014e3
rollup.config.ts
@@ -24,7 +24,7 @@ export default rollup.defineConfig({
24
if (isResolved) {
25
return false
26
}
27
- if (externals.some(external => source.startsWith(external))) {
+ if (externals.some(external => source === external || source.startsWith(`${external}/`))) {
28
return true
29
30
0 commit comments