Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Oct 13, 2023
1 parent c5954ba commit b605be3
Showing 1 changed file with 18 additions and 0 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.

0 comments on commit b605be3

Please sign in to comment.