EOSIO / ual-reactjs-renderer

This library provides a React renderer around the Universal Authenticator Library
MIT License
23 stars 35 forks source link

Improve bundle size by replacing react-icons #104

Open MrToph opened 3 years ago

MrToph commented 3 years ago

Tree-shaking with react-icons using babel does not work and several megabytes of icon data is included, see issue #103.

Change Description

Reduces bundle size from 2MB to 319 KB.

API Changes

None

Documentation Additions

None

kjg commented 3 years ago

Alternate approach in #112