Skip to content
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

perf: reduce icons size by remove displayName in production mode #570

Merged
merged 3 commits into from
May 17, 2023

Conversation

afc163
Copy link
Member

@afc163 afc163 commented May 17, 2023

- AccountBookFilled.displayName = 'AccountBookFilled';
+ if (process.env.NODE_ENV !== 'production') {
+   AccountBookFilled.displayName = 'AccountBookFilled';
+ }

@afc163 afc163 merged commit 9cc3d9e into master May 17, 2023
7 checks passed
@afc163 afc163 deleted the perf/reduce-icons-size branch May 17, 2023 11:11
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.

None yet

1 participant