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 Oct 11, 2024
1 parent 4590420 commit 3916cd2
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

Check failure on line 7 in symfony/asset-mapper/6.4/config/packages/asset_mapper.yaml

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Indendation must be a multiple of 4 spaces
when@prod:
framework:
asset_mapper:
missing_import_mode: warn

0 comments on commit 3916cd2

Please sign in to comment.