Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import {
normalizePath,
withTrailingSlash,
} from './utils'
import { getFsUtils } from './fsUtils'
import {
createPluginHookUtils,
getHookHandler,
Expand Down Expand Up @@ -633,6 +634,7 @@ export async function resolveConfig(
tryIndex: true,
...options,
idOnly: true,
fsUtils: getFsUtils(resolved),
}),
],
}))
Expand Down
Loading