Now to enable auto-config, customer needs just to omit the config for context.baseSite (thanks to https://github.com/SAP/cloud-commerce-spartacus-storefront/issues/1810).
At the same time it's recommended not to have any context config, because it will be overwritten with the one from backend.
So we need a way to omit producing config for context.baseSite in schematics - just to enable auto config of the site.
Now to enable auto-config, customer needs just to omit the config for
context.baseSite
(thanks to https://github.com/SAP/cloud-commerce-spartacus-storefront/issues/1810). At the same time it's recommended not to have anycontext
config, because it will be overwritten with the one from backend. So we need a way to omit producing config forcontext.baseSite
in schematics - just to enable auto config of the site.