Problem descriprion and current behaviour
The "Blank Template" (https://developer.shopware.com/frontends/introduction/templates/blank-template.html) includes @shopware/cms-base-layer canary version, which currently includes UnoCSS as a dependency. Since Uno is not part of the main package.json, it will not install and fail on building the server.
Expected Behavior
Would expect an "unstyled shop" to not need UnoCSS - or at least include it if absolutely necessary.
Steps To Reproduce
The currently linked official Stackblitz demo on the documentation page shows this issue so I have not added a minimal repro Repo.
https://stackblitz.com/github/shopware/frontends/tree/main/templates/vue-blank
Anything else?
No response
Problem descriprion and current behaviour
The "Blank Template" (https://developer.shopware.com/frontends/introduction/templates/blank-template.html) includes
@shopware/cms-base-layercanary version, which currently includes UnoCSS as a dependency. Since Uno is not part of the main package.json, it will not install and fail on building the server.Expected Behavior
Would expect an "unstyled shop" to not need UnoCSS - or at least include it if absolutely necessary.
Steps To Reproduce
The currently linked official Stackblitz demo on the documentation page shows this issue so I have not added a minimal repro Repo.
https://stackblitz.com/github/shopware/frontends/tree/main/templates/vue-blank
Anything else?
No response