Fixing typo 3rg and minor rewording (#1162)

* Fixing typo and minor rewording

* Update webpack_encore.yaml
This commit is contained in:
Thomas Landauer
2022-12-11 19:08:44 +01:00
committed by GitHub
parent 6bd197c545
commit 3af4f6b49a
@@ -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