-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Description
Describe the bug
AFAICT, Vite should completely ignore externalize SSR dependencies, including:
- Not trying to resolve the dependency's module locations
Not read the dependency's code at all(edit: this seems to be the case ✅ )
E.g. vuetifyjs/vuetify#13936; I don't see a reason why Vite should try to resolve the module vuetify/lib/components
.
Proposal: Vite should completely ignore externalized deps.
cc @GrygrFlzr
@aleclarson Do you know why Vite touches externalized deps?
@patak-js I'm thinking maybe we should cue in Evan about this at some point.
Reproduction
Vuetify repro: https://github.com/brillout/vuetify3-ssr