When I run build-administration I get the following error during the step "Calling reporter service for single check."
ERROR in unable to locate '/var/www/vendor/store.shopware.com/netinexteasycoupondesigns/src/Resources/app/administration/static/**/*' glob
The vendor of the plugin recommended to delete the path src/Resources/app inside the plugins source files. Since they're installed via composer I'm not able to delete these files persistently e.g. on production or other environments.
How can I persist these changes? With a composer patch, or is there any other way?