-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
vike cli #1434
base: main
Are you sure you want to change the base?
vike cli #1434
Conversation
A few cases for the new prerender behavior: vite.config.ts -> vike() -> pnpm vike build -> no prerender vite.config.ts -> vike is not included in plugins -> pnpm vike build -> no prerender |
👍 Sounds good. |
Just had an idea, how about we support this: VIKE_CONFIG="{prerender: false}" vike build I would even go as far as to deprecate the Likewise, the user can change Vite's config: VITE_CONFIG="{base: '/some-base/'}" vike build WDYT? |
Ok, let's do VIKE_CONFIG and VITE_CONFIG |
aa7a06c
to
81dd364
Compare
499b942
to
a27a326
Compare
No description provided.