DEV Community

Discussion on: Build Angular Like An Architect (Part 1)

Collapse
 
steveblue profile image
Stephen Belovarich • Edited

It depends on the complexity of the app. It's not so easy to code split an application in order to lazy load with closure compiler, but it is possible. No matter what build I've thrown at closure, it always outperforms other tools, even if its only 5%-10% size reduction. 10% size reduction for the bundle can go a long way for some users on mobile.