Vite How can I bundle all Javascript files in a single file like webpack.mix?
When I run Vite Build it creates a file for each component.
That said, what is the correct config to avoid many http requests?
I was expecting to generate only one JS file like Webpack Mix but it didn't work as expected.