Skip to content

Fix Webpack not tree-shaking unused icons

Choose a tag to compare

@tommyip tommyip released this 01 Jan 07:59
· 16 commits to master since this release
7767b37

Add hints for Terser to recognize the fact that the library is side-effect free so tree-shaking unused exports is fine.

Thanks @xyven1 for discovering the issue (#1).