|
|
|
|
|
by rileytg
2181 days ago
|
|
Thank you for the well thought out answer. This is why I asked. This was brought to my attention working on a new project. This is the first time I've done rails 6 on heroku. Heroku out of the box with this app gives me a ~360mb buildpack; this exceeds their soft limit of 300mb. Historically not been an issue for me but I guess now with webpack, I need to customize the buildpack to cleanup the node_modules after compilation. |
|