Bundle
Articles about Bundle
2 articles
Tree ShakingJavaScript
Tree Shaking: remove dead code from your bundle
Tree Shaking removes unused JavaScript code during build. Learn to configure it correctly to reduce your bundle size.
·1 min read
BundleAnalysis
Bundle Analysis: how to analyze and optimize your bundle
Bundle analysis is key to performance optimization. Tools and techniques for identifying and removing unnecessary code from your application.
·1 min read