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 962bac5 commit 0c4d9feCopy full SHA for 0c4d9fe
packages/app/src/sandbox/eval/manager.js
@@ -479,7 +479,7 @@ export default class Manager {
479
480
let resolvedPath;
481
482
- if (cachedPath) {
+ if (cachedPath && this.transpiledModules[cachedPath]) {
483
resolvedPath = cachedPath;
484
} else {
485
const presetAliasedPath = this.getPresetAliasedPath(path);
0 commit comments