-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2024-03-29] [Performance] Remove unused dependencies from the project and import only date-fns submodule #38446
Comments
Triggered auto assignment to @miljakljajic ( |
@jbroma please comment so I can assign you |
👋 |
@kacper-mikolajczak can you comment here please? |
@mountiny commenting! |
PR merged |
I think this was straightforwards, no c+ to pay, we can close now |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.55-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2024-03-29. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Problem
Coming from Slack
Unused dependencies are increasing the bundle size which is making the app slower to start and its not a good practice in general.
Solution
Remove unused dependencies and for date-fns, only import the submodule we actually need.
Furthermore add an eslint to prevent the later from happening again
The text was updated successfully, but these errors were encountered: