Skip to content

Commit 0b2fc1d

Browse files
authored
[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 parent 923757e commit 0b2fc1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ webpack_encore:
3030
# pass the build name as the 3rd argument to the Twig functions
3131
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}
3232

33-
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
34-
# Put in config/packages/prod/webpack_encore.yaml
35-
# cache: true
36-
3733
framework:
3834
assets:
3935
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'

0 commit comments

Comments
 (0)