Skip to content

Commit 3af4f6b

Browse files
Fixing typo 3rg and minor rewording (#1162)
* Fixing typo and minor rewording * Update webpack_encore.yaml
1 parent 6bd197c commit 3af4f6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ webpack_encore:
2525

2626
# If you have multiple builds:
2727
# builds:
28-
# pass "frontend" as the 3rg arg to the Twig functions
29-
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}
30-
3128
# frontend: '%kernel.project_dir%/public/frontend/build'
3229

30+
# pass the build name as the 3rd argument to the Twig functions
31+
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}
32+
3333
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
3434
# Put in config/packages/prod/webpack_encore.yaml
3535
# cache: true

0 commit comments

Comments
 (0)