issues
search
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
#105
Open
adriexnet
opened
3 years ago
adriexnet
commented
3 years ago
Change Description
Add
@react-icons/all-files
to avoid include in the final bundle the full list of icons available with
react-icons
Add
babel-plugin-react-icons
to remplace the imports of
react-icons
with
@react-icons/all-files
at the build time
Resolve #103
API Changes
None
Documentation Additions
None
kjg
commented
3 years ago
112 is an alternate approach
Change Description
API Changes
None
Documentation Additions
None