Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: loading all tabler-icon chunks in dev mode #59

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

satnaing
Copy link
Owner

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

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
Copy link

netlify bot commented Dec 13, 2024

Deploy Preview for shadcn-admin ready!

Name Link
🔨 Latest commit e8ca252
🔍 Latest deploy log https://app.netlify.com/sites/shadcn-admin/deploys/675be18157c20700085c945c
😎 Deploy Preview https://deploy-preview-59--shadcn-admin.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@satnaing satnaing merged commit ca66e8e into main Dec 13, 2024
5 checks passed
@satnaing satnaing deleted the fix/loading-tabler-icons-chunks-in-dex branch December 13, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vite dev mode loads all icon chunks with 3.19.0 (React)
1 participant