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.
1 parent e93be24 commit 9c89795Copy full SHA for 9c89795
README.md
@@ -22,6 +22,13 @@ file:
22
webpack_encore:
23
# The path where Encore is building the assets - i.e. Encore.setOutputPath()
24
output_path: '%kernel.public_dir%/build'
25
+
26
+ # if you have multiple builds:
27
+ # builds:
28
+ # pass "frontend" as the 2nd arg to the Twig functions
29
+ # {{ encore_entry_script_tags('entry1', 'frontend') }}
30
31
+ # frontend: '%kernel.public_dir%/frontend/build'
32
```
33
34
## Usage
0 commit comments