-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
"integration-tests": minor | ||
"create-remix": minor | ||
"@remix-run/dev": minor | ||
"@remix-run/react": minor | ||
"@remix-run/server-runtime": minor | ||
"@remix-run/testing": minor | ||
--- | ||
|
||
Unstable Vite support for Node-based Remix apps | ||
|
||
- `remix build` 👉 `vite build && vite build --ssr` | ||
- `remix dev` 👉 `vite dev` | ||
|
||
Other runtimes (e.g. Deno, Cloudflare) not yet supported. | ||
Custom server (e.g. Express) not yet supported. | ||
|
||
See "Future > Vite" in the Remix Docs for details. |