Add feature switches to reduce app size
AndriySvyryd opened this issue · 0 comments
AndriySvyryd commented
We should define feature switches for model building, migrations, query (#29762) and other code that will not be used with a compiled model to allow the code to be trimmed.
These feature switches could be activated automatically when publishing to AOT as these features are implemented by pre-generated static code.