Skip to content

Commit

Permalink
Merge pull request #1347 from Kocal/asset-mapper-strict-mode-dev
Browse files Browse the repository at this point in the history
[AssetMapper] Re-configure "missing_import_mode" in prod/non-prod envs
  • Loading branch information
fabpot authored Nov 14, 2024
2 parents 4dbcd95 + ab0209c commit 6c43cb8
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 6c43cb8

Please sign in to comment.