Skip to content

Commit

Permalink
docs(future/vite): fix grammar (#9036)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer authored Mar 13, 2024
1 parent 4a23e6e commit 0007a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
- davecranwell-vocovo
- DavidHollins6
- davongit
- dcramer
- Deanmv
- defjosiah
- denissb
Expand Down
2 changes: 1 addition & 1 deletion docs/future/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ This also means that the following configuration defaults have been changed:
- [publicPath][public-path] has been replaced by [Vite's "base" option][vite-base] which defaults to `"/"` rather than `"/build/"`.
- [serverBuildPath][server-build-path] has been replaced by `serverBuildFile` which defaults to `"index.js"`. This file will be written into the server directory within your configured `buildDirectory`.

One of the reasons that Remix is moving to Vite is, so you have less to learn when adopting Remix.
One of the reasons that Remix is moving to Vite is so you have less to learn when adopting Remix.
This means that, for any additional bundling features you'd like to use, you should reference [Vite documentation][vite] and the [Vite plugin community][vite-plugins] rather than the Remix documentation.

Vite has many [features][vite-features] and [plugins][vite-plugins] that are not built into the existing Remix compiler.
Expand Down

0 comments on commit 0007a63

Please sign in to comment.