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 62fae4b commit 7dbbad2Copy full SHA for 7dbbad2
1 file changed
packages/vite/src/node/plugins/resolve.ts
@@ -292,10 +292,6 @@ export function oxcResolvePlugin(
292
external: options.external,
293
noExternal: noExternal,
294
dedupe: options.dedupe,
295
- disableCache:
296
- partialEnv.config.command === 'serve' &&
297
- // eslint-disable-next-line eqeqeq
298
- partialEnv.config.server.watch === null,
299
legacyInconsistentCjsInterop: options.legacyInconsistentCjsInterop,
300
finalizeBareSpecifier: !depsOptimizerEnabled
301
? undefined
0 commit comments