From ffe5137b2350bc6319554524f5f07bff704e7eb5 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 29 Jul 2019 11:47:24 +0200 Subject: [PATCH] Use boolean instead of string. --- .../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 1ad206b7..50cbe3da 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 @@ -11,4 +11,4 @@ webpack_encore: # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes). # To enable caching for the production environment, creating a webpack_encore.yaml in the config/packages/prod directory with this value set to true # Available in version 1.2 - #cache: 'false' + #cache: false