|
@@ -25,14 +25,10 @@ webpack_encore:
|
|
|
|
|
|
# If you have multiple builds:
|
|
# If you have multiple builds:
|
|
# builds:
|
|
# builds:
|
|
- # pass "frontend" as the 3rg arg to the Twig functions
|
|
|
|
- # {{ encore_entry_script_tags('entry1', null, 'frontend') }}
|
|
|
|
-
|
|
|
|
# frontend: '%kernel.project_dir%/public/frontend/build'
|
|
# frontend: '%kernel.project_dir%/public/frontend/build'
|
|
|
|
|
|
- # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
|
|
|
|
- # Put in config/packages/prod/webpack_encore.yaml
|
|
|
|
- # cache: true
|
|
|
|
|
|
+ # pass the build name as the 3rd argument to the Twig functions
|
|
|
|
+ # {{ encore_entry_script_tags('entry1', null, 'frontend') }}
|
|
|
|
|
|
framework:
|
|
framework:
|
|
assets:
|
|
assets:
|