Skip to content

Commit 6958a48

Browse files
authored
fix: watch the config file itself (#354)
1 parent 80dc4d6 commit 6958a48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vite/src/node/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2348,7 +2348,6 @@ async function bundleConfigFile(
23482348

23492349
const allModules = new Set<string>()
23502350
collectAllModules(bundleChunks, entryChunk.fileName, allModules)
2351-
allModules.delete(fileName)
23522351

23532352
return {
23542353
code: entryChunk.code,

0 commit comments

Comments
 (0)