We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a3d93 commit 1c84e73Copy full SHA for 1c84e73
packages/app/src/sandbox/eval/transpiled-module.js
@@ -19,7 +19,6 @@ import resolveDependency from './loaders/dependency-resolver';
19
import evaluate from './loaders/eval';
20
21
import type { default as Manager } from './manager';
22
-import { ignoreNextCache } from './cache';
23
import HMR from './hmr';
24
25
const debug = _debug('cs:compiler:transpiled-module');
@@ -657,7 +656,7 @@ export default class TranspiledModule {
657
656
if (manager.isFirstLoad) {
658
// We're in a reload loop! Ignore all caches!
659
660
- ignoreNextCache();
+ manager.clearCache();
661
}
662
663
location.reload();
0 commit comments