Closed
Description
3 apps takes the slug size up towards 300MB, and it looks like most of this is in node_modules that shouldn't be necessary after the precompile step creates the javascript and css assets?
Poking around with heroku run bash
and du
is showing the node_modules directories as being around 200-500MB which will zip to some extent but shouldn't be necessary.
Is there a reason I've not thought of for keeping these around in the final dyno slug, or could we add something to delete the files from the slug once asset compilation succeeds?
There's something similar in the Heroku docs for Java.
Metadata
Metadata
Assignees
Labels
No labels