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
Alongside updating vite we should redesign build system to directly use vite rather then tanstack-config.
tanstack/config is overkill for the current build process project.
I think we can switch to plain vite without much efforts.
Also cjs build shouldn't be required so I would consider to drop those list files from the published folder.
The text was updated successfully, but these errors were encountered:
Alongside updating vite we should redesign build system to directly use vite rather then tanstack-config.
tanstack/config
is overkill for the current build process project.I think we can switch to plain
vite
without much efforts.Also cjs build shouldn't be required so I would consider to drop those list files from the published folder.
The text was updated successfully, but these errors were encountered: