Skip to content

How to load encore compiled js files in third party app #1271

Closed
@maciejregula

Description

@maciejregula

Hi,

I have application where some js files need to be loaded by third party app so there is no "encore_entry_script_tags" function to load js files. I have two entrypoints in my encore configuration:

    builds:
        admin: '%kernel.project_dir%/public/admin/build'
        front: '%kernel.project_dir%/public/front/build'

My admin app (REACT + SYMFONY) uses the admin build so I can load my js builds via "encore_entry_script_tags".
However, the front build should be loaded by a third-party application and there is not possible to use "encore_entry_script_tags". Is it possible to keep encore build in one js file with specific given name so it can be easily loaded via regular <script type="text/javascript" src"" /> ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions