-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove unused gutenboarding script #74539
Conversation
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
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.
Looking great! 🚀
I'd only suggest removing another unused package before shipping.
0e5cef8
to
1231b45
Compare
@@ -40,24 +40,3 @@ yarn install | |||
``` | |||
|
|||
Once complete, running `git commit` should no longer trigger the git pre-commit hook error. | |||
|
|||
## Package 'lcms2', required by 'vips', not found |
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.
This won't be an issue any more :D
Proposed Changes
I think this script has been unused for a while. It was added for some aspects of gutenboarding, which is no longer used (#74475). This lets us remove a dependency on
sharp
, which has been problematic in the past (#55292). And I noticed it causing issues with the latest typescript update, so it'd be nice to remove it.Testing Instructions
None; CI should pass. Also verify
sharp
isn't imported elsewhere.