- Switch from Terser to esbuild minifier (Vite's default) - Set target to es2015 for better browser compatibility - Remove manual chunking that was causing load order issues - Result: 3MB bundle (down from 6.5MB) with proper minification This should resolve the production build errors caused by improper chunk loading order and duplicate module bundling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
755 B
755 B