Skip to content
Merged
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2315,6 +2315,9 @@ async function bundleConfigFile(
},
// disable treeshake to include files that is not sideeffectful to `moduleIds`
treeshake: false,
// disable tsconfig as it's confusing to respect tsconfig options in the config file
// this also aligns with other config loader behaviors
tsconfig: false,
plugins: [
{
name: 'externalize-deps',
Expand Down
Loading