-
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.
feat: add unstable Vite support (#7590)
Co-authored-by: Pedro Cattori <pcattori@gmail.com>
- Loading branch information
1 parent
a1ce97a
commit 1ceae7b
Showing
34 changed files
with
3,565 additions
and
56 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. |
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,3 @@ | ||
--- | ||
title: Future | ||
--- |
Oops, something went wrong.