mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 18:46:40 +03:00
[webpack-encore-bundle] disable strict_mode by default (#1087)
This commit is contained in:
@@ -20,8 +20,8 @@ webpack_encore:
|
||||
# Preload all rendered script and link tags automatically via the HTTP/2 Link header
|
||||
# preload: true
|
||||
|
||||
# Throw an exception if the entrypoints.json file is missing or an entry is missing from the data
|
||||
# strict_mode: false
|
||||
# Set to true to throw an exception if the entrypoints.json file is missing or an entry is missing from the data
|
||||
strict_mode: false
|
||||
|
||||
# If you have multiple builds:
|
||||
# builds:
|
||||
|
||||
Reference in New Issue
Block a user