Skip to content

Commit 70fb459

Browse files
committed
wip: update
1 parent f14212b commit 70fb459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ export async function _createServer(
496496
? (chokidar.watch(
497497
// config file dependencies and env file might be outside of root
498498
[
499-
root,
499+
...(config.experimental.fullBundleMode ? [] : [root]),
500500
...config.configFileDependencies,
501501
...getEnvFilesForMode(config.mode, config.envDir),
502502
// Watch the public directory explicitly because it might be outside

0 commit comments

Comments
 (0)