[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.
This commit is contained in:
Jenne van der Meer
2022-12-20 13:44:18 +01:00
committed by GitHub
parent 923757ec09
commit 0b2fc1d5cb
@@ -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'