You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you can introduce some kind of extra value that you're looking for which can also indicate for other composer package types that they contain assets?
The text was updated successfully, but these errors were encountered:
Please describe the feature you would like to see implemented.
As described here https://shyim.me/blog/you-dont-need-a-plugin-to-customize-shopware-6/ you can also have a bundle which contains assets to build.
At the moment, you're only looking for the composer type
shopware-platform-plugin
which is not the case for a bundle (symfony-bundle
).shopware-cli/extension/project.go
Line 84 in da3c091
Maybe you can introduce some kind of
extra
value that you're looking for which can also indicate for other composer package types that they contain assets?The text was updated successfully, but these errors were encountered: