-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure multi-page entry #113
Comments
I wanted to use fastify for my dev server, but also needed multiple entrypoints. Did some digging in the source code but seems this is currently not possible but should be easy to add(?) |
How do you configure multiple entry points with vite? |
|
This issue is unfortunately preventing us from using the plugin. It feels like its scope is stretched by offering SSR support which then that means it doesn't support all configuration options in the vite config (rollup inputs are manually specified for MPAs). I'm going to work on an MPA plugin for vite and report back if I get anywhere. |
Cc @galvez if you have time |
@Dan-Shields @onlywei indeed, that should be a somewhat straightforward change to implement, where we no longer consider |
@galvez I'm unfortunately not free on Saturday afternoon. When is your next availability after that? |
Prerequisites
🚀 Feature Proposal
I tried to configure multi-page entry which is currently not supported
Or did I not find the corresponding documentation?
Motivation
Many times, multi-page entry is very important. Vite itself also allows the configuration of multi-page entrances.
Example
No response
The text was updated successfully, but these errors were encountered: