Mailchimp Plugin Placeholder Hack | Editing Plugin part of Composer

Mailchimp plugin is working just fine, but the placeholder does not load properly - see WP.org Support thread . There is a bug and it will take them time for it to be fixed. What if I want to deal with that and keep these changes? Should I just keep it in composer with fixed version number and remove it from the .gitgignore list with !web/app/plugins/mailchimp? This so I can tweak a file? Or do you recommend another setup?

That’s one option. The other one is to fork it and use the forked package in your composer.json.

Yeah, thought about that option as well. And this might be easier though it will be a fork I have to maintain then. Easier to keep track of that way for sure. Thanks @swalkinshaw !