You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Generate <package>/lib/routes.json file for each browser package. We added a rollup plugin which generates this by reading through all compute.tsx from the lib directory.
2. We need to also add file: reference in the object pointing to the location of the component. (right now it is not working).
Changes are in this branch Feat/generate routes #361
3. After this sorted, next we need to create a plugin in vite to gather all the <packages>/lib/routes.json and generate react-router v6 compatible configuration file which can be used in remix.
1. Generate
<package>/lib/routes.json
file for each browser package. We added a rollup plugin which generates this by reading through allcompute.tsx
from thelib
directory.2. We need to also add
file:
reference in the object pointing to the location of the component. (right now it is not working).Changes are in this branch Feat/generate routes #361
3. After this sorted, next we need to create a plugin in vite to gather all the
<packages>/lib/routes.json
and generate react-router v6 compatible configuration file which can be used in remix.generated
routes.json
The text was updated successfully, but these errors were encountered: