vitejs / vite

Next generation frontend tooling. It's fast!
http://vitejs.dev
MIT License
67.6k stars 6.09k forks source link

Support build multi-page-app to saparate dir #17518

Open STofone opened 3 months ago

STofone commented 3 months ago

Description

The multi-page-app only supports output to one dir currently.

Suggested solution

Support build multi-page-app to saparate dir. It helps when independent deployment is needed.

Alternative

No response

Additional context

No response

Validations

bluwy commented 3 months ago

Can you elaborate by a separate directory? Shouldn't outDir support this?