-
Notifications
You must be signed in to change notification settings - Fork 7
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
build time #1
Comments
Wow that is a lot longer. I'm new to Svelte so I will have to do some digging to find ways to optimize this package. |
I noticed this build issue as well. It's running a bunch of scripts during build? |
I looked at how svelte-material-ui optimized there library. What they did was create a different package for every type of component. This is harder to do for this library because the components need to be recreated every time tabler-icons is updated. I also don’t see this as that big of an issue for development. As long as you use the |
Same build issue here. A cold / first A working solution for me is to import every icon directly, like this:
Hope this can be of help. |
@georks I don't know why I didn't think of that. I'll update the readme to add that tip. |
This is great! Excited to use it, but it seems to increase build time for me by about 6 seconds (1.8s to 8.6s) and really slows things down. Any way to optimize it?
The text was updated successfully, but these errors were encountered: