feat: move dev and build lifecycle into the Vite plugin - #3310
Closed
dario-piotrowicz wants to merge 1 commit into
Closed
dario-piotrowicz wants to merge 1 commit into
dario-piotrowicz wants to merge 1 commit into
Conversation
dario-piotrowicz
force-pushed
the
dario/dev-build-commands
branch
from
September 17, 2026 10:05
28f9086 to
05214ef
Compare
@vinext/cloudflare
create-vinext-app
@vinext/types
vinext
@cloudflare/workers-response-store
commit: |
dario-piotrowicz
force-pushed
the
dario/dev-build-commands
branch
from
September 17, 2026 16:54
05214ef to
4ad29f4
Compare
Contributor
|
Contributor
Performance benchmarksCompared 0 improved · 0 regressed · 6 within ±1.5%
View detailed results and traces 🟢 improvement · 🔴 regression · ⚫ change below 1.5% · paired base/head |
dario-piotrowicz
force-pushed
the
dario/dev-build-commands
branch
from
September 17, 2026 18:26
1e02b55 to
f76b044
Compare
dario-piotrowicz
marked this pull request as ready for review
September 18, 2026 09:08
Make `vite dev` apply vinext’s server defaults and lockfile handling. Make `vite build` own multi-environment builds, hybrid Pages Router bundling, standalone output, prerendering, build credentials, and reports. Keep `vinext dev` and `vinext build` as compatibility aliases, including support for legacy build flags such as `--prerender-all`. Update generated projects, examples, CI, scripts, and documentation to use Vite commands directly, with prerendering configured through `vinext()`.
dario-piotrowicz
force-pushed
the
dario/dev-build-commands
branch
from
September 22, 2026 15:55
f76b044 to
10e3433
Compare
Member
Author
|
Closing since @james-elicx is picking this up |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make
vite devapply vinext’s server defaults and lockfile handling.Make
vite buildown multi-environment builds, hybrid Pages Router bundling, standalone output, prerendering, build credentials, and reports.Keep
vinext devandvinext buildas compatibility aliases, including support for legacy build flags such as--prerender-all.Update generated projects, examples, CI, scripts, and documentation to use Vite commands directly, with prerendering configured through
vinext().