Support passing config loader to vite #32886
WilliamABradley
started this conversation in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Currently, if you import a typescript file into the vite config, it doesn't work by default.
The vite suggested workaround is to use
vite --configLoader runnervitejs/vite#5370
https://vite.dev/config/#:~:text=my%2Dconfig.js-,CONFIG%20LOADING,-By%20default%2C%20Vite
Describe the solution you'd like
This could be fixed with adding this option to the framework builder options
Describe alternatives you've considered
Workaround:
Are you able to assist to bring the feature to reality?
no
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions