Replies: 1 comment
-
FYI, the upcoming vite-plugin-ssr v1 release will likely not need this anymore. That said, I think it's a worthwhile addition as it gives a lot of flexibility to framework/library authors. (E.g. RSC may need this because it needs more than two module graphs CC @nksaraf.) So I'm thinking, if it saves us time, then we can leave it as-is, and stablize it once someone needs this in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
experimental.importGlobRestoreExtension
Starting a discussion to gather feedback to see if we should move this feature out of experimental in Vite 5. If we do so, it could be moved to a config like
metaGlob.importRestoreExtension
. I think an object would be good if we later want to addinclude
/exclude
.Beta Was this translation helpful? Give feedback.
All reactions