diff --git a/config/packages/prod/webpack_encore.yaml b/config/packages/prod/webpack_encore.yaml index 2b75ef57..12e23f97 100644 --- a/config/packages/prod/webpack_encore.yaml +++ b/config/packages/prod/webpack_encore.yaml @@ -4,4 +4,4 @@ webpack_encore: cache: true # Preload in production - preload: false \ No newline at end of file + preload: true \ No newline at end of file diff --git a/config/packages/webpack_encore.yaml b/config/packages/webpack_encore.yaml index 1b405d71..e902208d 100644 --- a/config/packages/webpack_encore.yaml +++ b/config/packages/webpack_encore.yaml @@ -8,7 +8,7 @@ webpack_encore: # crossorigin: 'anonymous' # preload all rendered script and link tags automatically via the http2 Link header - #preload: false + preload: false # Throw an exception if the entrypoints.json file is missing or an entry is missing from the data # strict_mode: false