From 3af4f6b49a7dbcbdc495fe079b6003bcaf8316e3 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sun, 11 Dec 2022 19:08:44 +0100 Subject: [PATCH] Fixing typo `3rg` and minor rewording (#1162) * Fixing typo and minor rewording * Update webpack_encore.yaml --- .../1.10/config/packages/webpack_encore.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 46834f0c..fcf045f0 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 @@ -25,11 +25,11 @@ webpack_encore: # If you have multiple builds: # builds: - # pass "frontend" as the 3rg arg to the Twig functions - # {{ encore_entry_script_tags('entry1', null, 'frontend') }} - # frontend: '%kernel.project_dir%/public/frontend/build' + # 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