Skip to content

Commit ec5bc1f

Browse files
Revert "[webpack-encore-bundle] disable strict_mode by default (#1087)" (#1099)
This reverts commit 4995ec2.
1 parent 9bb9b94 commit ec5bc1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ webpack_encore:
2020
# Preload all rendered script and link tags automatically via the HTTP/2 Link header
2121
# preload: true
2222

23-
# Set to true to throw an exception if the entrypoints.json file is missing or an entry is missing from the data
24-
strict_mode: false
23+
# Throw an exception if the entrypoints.json file is missing or an entry is missing from the data
24+
# strict_mode: false
2525

2626
# If you have multiple builds:
2727
# builds:

0 commit comments

Comments
 (0)