-
Notifications
You must be signed in to change notification settings - Fork 10.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
fix(gatsby-plugin-manifest): ensure icon_options is stripped #12907
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.
This looks good thanks! Just a 2 nits, there are some more let => const conversions that can be done but no biggy
Co-Authored-By: moonmeister <moonmeister@users.noreply.github.com>
Co-Authored-By: moonmeister <moonmeister@users.noreply.github.com>
@wardpeet I'll fix those other lets in my clean up pr |
…o manifest-options-fix * 'manifest-options-fix' of github.com:gatsbyjs/gatsby: Update packages/gatsby-plugin-manifest/src/__tests__/gatsby-node.js Update packages/gatsby-plugin-manifest/src/__tests__/gatsby-node.js
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.
Looks good! Left some comments.
Co-Authored-By: moonmeister <moonmeister@users.noreply.github.com>
I think this is ready. Builds are failling for all PRs right not cause of a CI issue. |
|
Description
Here are those bug fixes, and cleanup for the new
icon_options
. I also added tests.Related Issues
#12794