Hi, we’re having some trouble with an ember build times in our team.
Our main application is composed of the app itself, 9 engines and a few our internal addons. Most of this lives in one repository (we’re using yarn workspaces). We’re on Ember 3.16.
When I run ember build
it takes between 5-7 minutes to build. The production build is a bit faster (3-4 mins).
This is the output of tokei
-------------------------------------------------------------------------------
Language Files Lines Code Comments Blanks
-------------------------------------------------------------------------------
Handlebars 1262 56611 49427 353 6831
JavaScript 3174 305197 227203 40895 37099
Sass 67 4137 3441 52 644
-------------------------------------------------------------------------------
Total 4503 365945 280071 41300 44574
-------------------------------------------------------------------------------
Before I deep dive into the investigation, are there any tips or what to look for?
Thank you, Ondrej