How do I package only the necessary icons when building? #540
Unanswered
Reverier-Xu
asked this question in
Q&A
Replies: 1 comment 2 replies
-
On our website, click the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for your awesome work!
RemixIcon is a very large icon package and I would like to be able to pack only some of the icons that been used when building.
I noticed that it is possible to bundle selected icons into a webfont file, but due to server bandwidth limitations, I would like to be able to load only the icons used on one page, rather than all of the icons used throughout the site.
Even if I use packing the necessary icons to webfont to reduce the build size, frequently checking off new icons and re-downloading packed fonts during development leads to a poor development experience.
Any suggestions other than copying the svg manually (which is very difficult to manage)?
Beta Was this translation helpful? Give feedback.
All reactions