Documentation for router-plugin? #4588
-
The reason I got this question is because I started a new router project today (v1.125.4), and I cross referenced it with an older project (v1.114.25). Both were generated with the setup tool from the installation instructions. First thing i noticed is that the newer package exports Specifically, all the newest examples showcase using it like this: tanstackRouter({
target: 'react',
autoCodeSplitting: true,
}), While the older installation simply did !isTest && TanStackRouterVite() This made me have the following questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
this is what we have in the docs about that plugin: https://tanstack.com/router/latest/docs/framework/react/routing/installation-with-vite
what does this mean? |
Beta Was this translation helpful? Give feedback.
no this does not make sense.