Closed pomali closed 4 years ago
This is a good idea, we should only pack the components we need
@pomali I will leave it as a priority for the future version
yeah our build was BLOWN out by this package - we assumed tree shaking would work.
Until then perhaps docs in the imports?
@andrewmclagan I'm working on it.
Until then perhaps docs in the imports?
I did not understand very well this sorry
@pomali We have a Pr
#39 with the fix of the issue that I report.
Thanks @pomali for your issue, any collaboration is free to contribute whatever it wants.
wait for the new version...
@pomali @andrewmclagan
has been released version 3.0.0-alpha.0, let's test this version before launching the stable version.
results in https://bundlephobia.com
Version 3.0.0-alpha.0
looks fine to me, tree shaking works. :)
Version
3.0.0-alpha.0
looks fine to me, tree shaking works. :)
enjoy the version v3.0.0
If I import
webpack packs whole library (2MB+).
If i import only one file
only icon I need (few kB).
I would expect for named imports to get tree shaken and pack only files that are needed.
Thanks for the lib, btw ;)