-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reduce final bundle size #293
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adriexnet Please set dependency to EOS Costa Rica's github
…e final bundle size
374db28
to
971a35b
Compare
@@ -23,6 +23,7 @@ | |||
"not op_mini all" | |||
], | |||
"dependencies": { | |||
"@eoscostarica/ual-reactjs-renderer": "^0.3.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Document the wallet configuration proccess and the related hapi env variables. refs #137 * Document the wallet configuration proccess and the related hapi env variables. refs #137 * fix typos. refs #137 * fix typos. refs #137 * fix: add missing parameter. refs #137 * reduce final bundle size (#293) * chore: avoid load unused icons from ual-reactjs-renderer to reduce the final bundle size * chore: update eslint config * feat: add new actions for permissioning committee and entity account (#332) Co-authored-by: kurono <kurono@riseup.net> Co-authored-by: adriel <adriexnet@gmail.com>
* Document the wallet configuration proccess and the related hapi env variables. refs #137 * Document the wallet configuration proccess and the related hapi env variables. refs #137 * fix typos. refs #137 * fix typos. refs #137 * fix: add missing parameter. refs #137 * reduce final bundle size (#293) * chore: avoid load unused icons from ual-reactjs-renderer to reduce the final bundle size * chore: update eslint config * feat: add new actions for permissioning committee and entity account (#332) * Configure a storageclass for the EOSIO dashboard (#338) * configure a storageclass for the EOSIO dashboard. refs #329 * fix version in storgaeclass. refs #329 * create releasing and versioning workflows. refs #334 * fix typo in action workflow. refs #334 * improvements (#339) * feat: add new actions for permissioning committee and entity account * feat: generate config for new nodes * chore: update favicon * fix: missing REACT_APP_USE_CPU_BENCHMARK variable for LACChain * feat: add cpu beanchmark average * add link to relase documentation in the readme. refs #334 Co-authored-by: kurono <kurono@riseup.net> Co-authored-by: adriel <adriexnet@gmail.com>
reduce final bundle size
What does this PR do?
Avoid load unused icons from ual-reactjs-renderer to reduce the final bundle size
for more information take a look to EOSIO/ual-reactjs-renderer#103 and EOSIO/ual-reactjs-renderer#105
Steps to test
CheckList