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 1bb7ab5 commit 3f8de4cCopy full SHA for 3f8de4c
1 file changed
src/features/deps.ts
@@ -218,6 +218,7 @@ export function DepsPlugin(
218
if (chunk.type === 'asset') continue
219
220
for (const id of chunk.moduleIds) {
221
+ if (id === shimFile) continue
222
const parsed = await readBundledDepInfo(id)
223
if (!parsed) continue
224
0 commit comments