From 0b2fc1d5cb6821b2b94788d4309fe614a4a46b0e Mon Sep 17 00:00:00 2001 From: Jenne van der Meer Date: Tue, 20 Dec 2022 13:44:18 +0100 Subject: [PATCH] [encore] Removed duplicate cache config comment (#1164) The cache option is specified twice, feels like the one under `webpack_encore` https://github.com/symfony/recipes/blob/923757ec093b9b7831891af0462bd5dfb031f020/symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml#L33-L35 was left over when `when@prod` was added while it should have been replaced. --- .../1.10/config/packages/webpack_encore.yaml | 4 ---- 1 file changed, 4 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 fcf045f0..4c009ee4 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 @@ -30,10 +30,6 @@ webpack_encore: # pass the build name as the 3rd argument to the Twig functions # {{ encore_entry_script_tags('entry1', null, 'frontend') }} - # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) - # Put in config/packages/prod/webpack_encore.yaml - # cache: true - framework: assets: json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'