Skip to content

Commit

Permalink
fix: correct check for existing replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer authored Mar 21, 2024
1 parent 0cfc7b6 commit 8da7517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quibble.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function resolve (specifier, context, nextResolve) {
throw error
}

if (!quibbleLoaderState.quibbledModules) {
if (!quibbleLoaderState.quibbledModules.size) {
return resolve()
}

Expand Down

0 comments on commit 8da7517

Please sign in to comment.