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 f14212b commit 70fb459Copy full SHA for 70fb459
packages/vite/src/node/server/index.ts
@@ -496,7 +496,7 @@ export async function _createServer(
496
? (chokidar.watch(
497
// config file dependencies and env file might be outside of root
498
[
499
- root,
+ ...(config.experimental.fullBundleMode ? [] : [root]),
500
...config.configFileDependencies,
501
...getEnvFilesForMode(config.mode, config.envDir),
502
// Watch the public directory explicitly because it might be outside
0 commit comments