quibble
quibble copied to clipboard
auto loader + `--loader=testdouble` (or quibble) breaks
Since the auto loader was added, existing usages via node --loader=testdouble began applying the quibble resolver twice (note: this may only have become true in Node 21+). This causes infinite loops in my use case (might be limited to usage of ?__quibbleoriginal).
ref https://github.com/GoogleChrome/lighthouse/issues/15711