From 4995ec2fad8f98877041826684584c0cec55392a Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 25 May 2022 17:18:06 +0200 Subject: [PATCH] [webpack-encore-bundle] disable strict_mode by default (#1087) --- .../1.10/config/packages/webpack_encore.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml b/symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml index 46834f0c..e38afc40 100644 --- a/symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml +++ b/symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml @@ -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: