Skip to content

Commit f59528c

Browse files
authored
Updated the upgrade from remix guide to use the correct vite plugin (#13323)
* Updated the upgrade from remix guide to use the correct vite plugin * Update contributors.yml
1 parent 9c12778 commit f59528c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,4 @@
370370
- yuleicul
371371
- zeromask1337
372372
- zheng-chuang
373+
- Cmoen11

docs/upgrading/remix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default defineConfig({
198198
- ssr: true,
199199
- future: {/* all the v3 flags */}
200200
- }),
201-
+ remix(),
201+
+ reactRouter(),
202202
tsconfigPaths(),
203203
],
204204
});

0 commit comments

Comments
 (0)