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
fix(cds-build): retain more build relevant options in the deployer app (#1206)
with an allow list approach for build relevant `cds` options, we are
more flexible. Moreover, almost all `cdsc` options are build relevant,
so we now copy over the whole section, minus some selected options which
are set implicitly.
--> Would be nice if every option would be controlled through
`cds.features`, but e.g. `defaultStringLength`/`defaultBinaryLength` are
only available through `cdsc`. Those `cdsc` options are also documented
in [capire](https://cap.cloud.sap/docs/cds/cdl#built-in-types)
fixes#1167
---
follow up #1032
0 commit comments