Skip to content

Commit

Permalink
chore(rsc): remove unnecessary cjs option (#10168)
Browse files Browse the repository at this point in the history
It doesn't look like this config is necessary since we're only getting
the filenames, and I'm trying to isolate why CI is breaking in
#10167 so removing this here to
see if it matters.
  • Loading branch information
jtoar committed Mar 9, 2024
1 parent 752e858 commit 8ea6035
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/vite/src/rsc/rscBuildAnalyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ export async function rscBuildAnalyze() {
},
},
},
legacy: {
buildSsrCjsExternalHeuristics: true,
},
})

const clientEntryFiles = Object.fromEntries(
Expand Down

0 comments on commit 8ea6035

Please sign in to comment.