We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae5cee commit ab0209cCopy full SHA for ab0209c
symfony/asset-mapper/6.4/config/packages/asset_mapper.yaml
@@ -3,3 +3,9 @@ framework:
3
# The paths to make available to the asset mapper.
4
paths:
5
- assets/
6
+ missing_import_mode: strict
7
+
8
+when@prod:
9
+ framework:
10
+ asset_mapper:
11
+ missing_import_mode: warn
0 commit comments