Skip to content

chore/optimize #348

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

Merged
merged 11 commits into from
May 13, 2024
Merged

chore/optimize #348

merged 11 commits into from
May 13, 2024

Conversation

KarineBrandelli
Copy link
Contributor

  • optimize imports and dependencies to reduce bundle size;
  • remove unused dependencies;
  • remove all exports from @mui/icons-material from src/icons, it was causing and excessive size of the package;
  • all icons imports are now made directly from @mui/icons-material , with tree shaking using the babel-import-plugin;

Before otimization:

  • size: 34.31MB

flipper nao otimizado start 1

flipper nao otimizado start 2

After otimization:

  • size: 14.36MB

flipper otimizado start 1

flipper otimizado start 2

@KarineBrandelli KarineBrandelli changed the title Chore/optimize chore/optimize May 13, 2024
@renanponick renanponick merged commit c7828a1 into master May 13, 2024
0 of 3 checks passed
@renanponick renanponick deleted the chore/optimize branch May 13, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants