-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve package size #9
Comments
Absolutely, I will be sorting this out as soon as I get the chance. The font awesome icons need to be SVG paths, but it certainly isn't necessary to import all icons, so I will look at the best way to remove these from the bundle while still allowing a simple method of importing only the required icon. I have a couple of ideas, so expect an update soon. |
Thank you very much. Maybe you could parse the SVG icons from bootstrap CDN: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg |
Any update on this issue? 😊 I would also like to use your plugin but my js package size increases by 720KB (minified) which is not acceptable for me. I only really want to use the |
This issue has now been resolved in Version 2.0 and |
font-awesome increases almost 1mb the size of my production script.
think it would be better to load the icons via css or, at least, remove the unneeded icons.
Thank you
The text was updated successfully, but these errors were encountered: