-
Notifications
You must be signed in to change notification settings - Fork 50
Description
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.