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'