npmx Upgrades Core Vue Framework
Intelligence Topics
Bundle and Build Optimization
Executed a series of optimizations to reduce bundle size and build complexity. This includes replacing 'isomorphic-dompurify' with 'sanitize-html', removing the heavy Nuxt Image module in favor of native optimizations, and adopting 'shiki/core' with a leaner JavaScript engine for syntax highlighting.
Deployment and Serverless Compatibility
Resolved Vercel and Nitro deployment failures by inlining critical modules like 'shiki' and 'html-encoding-sniffer'. Refined Incremental Static Regeneration (ISR) rules and updated Nuxt core to ensure stable serverless function performance.