diff --git a/src/loader.ts b/src/loader.ts index 8c6f7ad85..579549a8e 100644 --- a/src/loader.ts +++ b/src/loader.ts @@ -389,7 +389,7 @@ abstract class AbstractLoader implements Loader { this.targetPath = targetPath; } - async load({useStale = true}: LoadOptions = {}, effects = defaultEffects): Promise { + async load({useStale = false}: LoadOptions = {}, effects = defaultEffects): Promise { const loaderPath = join(this.root, this.path); const key = join(this.root, this.targetPath); let command = runningCommands.get(key);