Skip to content

Commit

Permalink
[AssetMapper] Re-configure "missing_import_mode" in prod/non-prod envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Nov 1, 2024
1 parent dae5cee commit ab0209c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions symfony/asset-mapper/6.4/config/packages/asset_mapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab0209c

Please sign in to comment.