From 54f537e31a6eb40ab03d820e07f4f57edbd0e496 Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Wed, 22 May 2019 13:40:26 +0200 Subject: [PATCH] [WebpackEncoreBundle] Don't use kernel.debug for the cache parameter --- .../1.0/config/packages/webpack_encore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml b/symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml index 729f59ea..a25e86f2 100644 --- a/symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml +++ b/symfony/webpack-encore-bundle/1.0/config/packages/webpack_encore.yaml @@ -10,4 +10,4 @@ webpack_encore: # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) # Available in version 1.2 - #cache: '%kernel.debug%' + #cache: 'false'