Replies: 1 comment
-
If there's no official way I did a quick preview how it would look like. It's just a concept, not tested yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using a version
7.0.0-pre.5
of react-router and I'd like to modifyroutes
viareactRouter
from@react-router/dev/vite
. I see you've added apresets
config which is cool but since it's a freezed object it's not possible to modify routes.What I'm trying is something like that:
and since object is freezed I'm getting an error like:
Is there any official way to modify a routes via vite plugin?
Best,
Beta Was this translation helpful? Give feedback.
All reactions