-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
front-endhasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Milestone
Description
I think documentation is missing a step on the assets.yaml to define the multiple manifest.json files:
https://symfony.com/doc/current/frontend/encore/advanced-config.html
framework:
assets:
packages:
app:
json_manifest_path: '%kernel.project_dir%/public/build/app/manifest.json'
dashboard:
json_manifest_path: '%kernel.project_dir%/public/build/dashboard/manifest.json'
instead of the original:
framework:
assets:
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'
matt9mg, markbennett1973, fergalandrews, gutig and Giant-Jelly
Metadata
Metadata
Assignees
Labels
front-endhasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.