Reputation: 6
**I want to reduce the build time for my angualar project. I have more than 3000 components present in my application.
console output:
chunk {core.module} core.module.chunk.js () 69.9 MB [rendered]
chunk {inline} inline.bundle.js (inline) 5.79 kB [entry] [rendered]
chunk {main} main.bundle.js (main) 2.76 MB [initial] [rendered]
chunk {polyfills} polyfills.bundle.js (polyfills) 1 MB [initial] [rendered]
chunk {scripts} scripts.bundle.js (scripts) 872 kB [initial] [rendered]
chunk {styles} styles.bundle.js (styles) 680 kB [initial] [rendered]
chunk {vendor} vendor.bundle.js (vendor) 13.8 MB [initial] [rendered]
Upvotes: 0
Views: 217
Reputation: 1836
That's the really big problem. You need to implement different technologies.
All depends on you.
Upvotes: 1