[AssetMapper] Re-configure "missing_import_mode" in prod/non-prod envs

This commit is contained in:
Hugo Alliaume
2024-11-01 14:02:09 +01:00
parent dae5cee3bd
commit ab0209c9b6
@@ -3,3 +3,9 @@ framework:
# The paths to make available to the asset mapper.
paths:
- assets/
missing_import_mode: strict
when@prod:
framework:
asset_mapper:
missing_import_mode: warn