mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[AssetMapper] Re-configure "missing_import_mode" in prod/non-prod envs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user