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
fix: loading all tabler-icon chunks in dev mode (#59)
Unnecessary tabler icon chunks are loaded in dev
mode which causes the performance issue during development.
This issue is solved by replacing the import alias
for '@tabler/icons-react' in vite.config.ts
Resolves#54
0 commit comments