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 6bd197c commit 3af4f6bCopy full SHA for 3af4f6b
symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml
@@ -25,11 +25,11 @@ webpack_encore:
25
26
# If you have multiple builds:
27
# builds:
28
- # pass "frontend" as the 3rg arg to the Twig functions
29
- # {{ encore_entry_script_tags('entry1', null, 'frontend') }}
30
-
31
# frontend: '%kernel.project_dir%/public/frontend/build'
32
+ # pass the build name as the 3rd argument to the Twig functions
+ # {{ encore_entry_script_tags('entry1', null, 'frontend') }}
+
33
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
34
# Put in config/packages/prod/webpack_encore.yaml
35
# cache: true
0 commit comments