-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: add option to only include listed types and config #168
base: master
Are you sure you want to change the base?
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!
I've just left a couple of small comments, but then we can get this merged.
All actioned! Thanks - silly from me haha! |
Sweet! Then just one more request. The docs of this plugin are actually hosted in a different repository, this one: Could you document this new setting in there? |
Yup - can do. Do you want me to do the same flow of fork, and create a PR ? |
Same flow yes. Sorry for the inconvenience. I strive to include the related docs within the corresponding repository. |
No inconvenience at all - docs are super important. |
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.
Thanks for this!
I'll get this merged and released asap.
thanks so much! |
@boazpoolman Any chance we could get this merged in ? Looking to build out the feature that makes use of it this week if thats okay ! |
What does it do?
includeTypes
) and certain config (includeConfig
)Why is it needed?
I only want the plugin to sync certain types of config.
How to test it?
Follow the steps to build the playground environment. Provide config options for
includeTypes
orincludeConfig
. Run an export. Only the provided items will be exported.Related issue(s)/PR(s)
config/plugins.ts
#96