Vue3 and Vite build subfolder for assets

Viewed 329

I would like to set my vite.config.js to build assets split into subfolders for js, CSS, and images.

Basically, I would like to have a build like this:

dist/
   - index.html
   - assets/
           - images/
           - css/ 
           - js/

How should I change the config?

0 Answers
Related