Replies: 2 comments 8 replies
-
You're configuring the If you want to pre-minify them, you need to run a separate build step and load them instead. |
Beta Was this translation helpful? Give feedback.
8 replies
-
And I also try use lazy imports (e.g. |
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
-
I have a very basic Vite setup:
But I'm seeing the local server loads all my ts, tsx files.
But this way works only for development.
Please, tell me, is there any workaround to this problem, i.e. load only minified code (chunks)?
There is the same question in https://stackoverflow.com/questions/75224291/vite-serves-up-jsx-files-in-network-traffic
Beta Was this translation helpful? Give feedback.
All reactions