From 36adc1e598ce24dc691d1492c626e4fff2667f38 Mon Sep 17 00:00:00 2001 From: Matthieu Mota Date: Thu, 22 Aug 2019 21:39:26 +0200 Subject: [PATCH] Remove trailing whitespace --- .../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 50cbe3da..ce02f6b1 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 @@ -7,7 +7,7 @@ webpack_encore: # if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: false, or use 'anonymous' or 'use-credentials') # crossorigin: 'anonymous' - + # 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