Just install the dependencies and run tuono dev and check the network tab
Screenshots
Tuono version
No response
OS
No response
Browser
No response
Node version
No response
Rust version
No response
Crate version
No response
Node Package Manger version
No response
Additional context
There is a workaround that is not applicable for tuono because there is no interface available for tweaking the vite configuration on user side. We should consider to add this feature within a possible tuono.config.ts file soon!
Description
With the
tuono dev
command the package@tabler/icon-react
loads all the chunks at every page load. It is a known bug on tabler side https://github.com/tabler/tabler-icons/issues/1233Expected behaviour
We should prevent to load all the icons
How to reproduce
Just install the dependencies and run
tuono dev
and check the network tabScreenshots
Tuono version
No response
OS
No response
Browser
No response
Node version
No response
Rust version
No response
Crate version
No response
Node Package Manger version
No response
Additional context
There is a workaround that is not applicable for tuono because there is no interface available for tweaking the vite configuration on user side. We should consider to add this feature within a possible
tuono.config.ts
file soon!