Skip to content

Commit 9c89795

Browse files
authored
Document multiple build support
1 parent e93be24 commit 9c89795

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ file:
2222
webpack_encore:
2323
# The path where Encore is building the assets - i.e. Encore.setOutputPath()
2424
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'
2532
```
2633

2734
## Usage

0 commit comments

Comments
 (0)