We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3rg
1 parent 962265f commit b78fb4fCopy full SHA for b78fb4f
README.md
@@ -44,10 +44,10 @@ webpack_encore:
44
45
# if you have multiple builds:
46
# builds:
47
- # pass "frontend" as the 3rg arg to the Twig functions
48
- # {{ encore_entry_script_tags('entry1', null, 'frontend') }}
49
-
50
# 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') }}
51
52
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
53
# Available in version 1.2
0 commit comments