Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Feb 1, 2024
1 parent 6e5c4e6 commit e1f4cbe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/vite-deprecate-public-path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@remix-run/dev": patch
---

Vite: Remove the ability to pass `publicPath` as an option to the Remix vite plugin
- ⚠️ **This is a breaking change for projects using the unstable Vite plugin with a `publicPath`**
- This is already handled in Vite via the [`base`](https://vitejs.dev/guide/build.html#public-base-path) so we now set the Remix `publicPath` from the Vite `base` config

0 comments on commit e1f4cbe

Please sign in to comment.