Skip to content

Allow to set a custom output file for the assets #146

@robclancy

Description

@robclancy

Font awesome is more than half our vendor right now and retroactively going over every icon used (lots in dynamic ways) to allow them in the build config would take a long time and be error prone (although we will have to do it oneday).
This means any dependency change for deployment causes us to download all of font awesome because it will no longer be cached. Our short term solution to this is to use a separate vendor js so that it will stay in the cache far longer, and even if we want we can disable fingerprints on it.

So my request is to allow to set the outputFile option in app.import, which we have hardcoded here. master...postedin:output-file

I can make a PR with it as an option isntead of hardcoding. In dev it all works just with a separate file loading in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions