Skip to content

Commit

Permalink
feat: add unstable Vite support (#7590)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Cattori <pcattori@gmail.com>
  • Loading branch information
markdalgleish and pcattori authored Oct 13, 2023
1 parent a1ce97a commit 1ceae7b
Show file tree
Hide file tree
Showing 34 changed files with 3,565 additions and 56 deletions.
18 changes: 18 additions & 0 deletions .changeset/perfect-rockets-approve.md
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.
3 changes: 3 additions & 0 deletions docs/future/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Future
---
Loading

0 comments on commit 1ceae7b

Please sign in to comment.