From 9cfd8a4cd36ed3cac3741129e2dbfaa7e34ee661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 2 Oct 2021 22:18:08 +0200 Subject: [PATCH] Fixed config bug. --- config/packages/prod/webpack_encore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/prod/webpack_encore.yaml b/config/packages/prod/webpack_encore.yaml index b82234e4..42969165 100644 --- a/config/packages/prod/webpack_encore.yaml +++ b/config/packages/prod/webpack_encore.yaml @@ -1,4 +1,4 @@ -#webpack_encore: +webpack_encore: # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) # Available in version 1.2 cache: true