소개
This skill provides a comprehensive framework for reducing JavaScript bundle bloat, specifically highlighting a proven strategy that achieved a 90% reduction in bundle size. It guides developers through implementing automated icon manifests, configuring tree-shaking for libraries like Lucide, managing dynamic imports for heavy components, and enforcing performance budgets using size-limit tools. This is particularly useful for Next.js and React projects where third-party dependency growth has negatively impacted Core Web Vitals and initial load times.