Update package.json and next.config.js to optimize production output. In package.json, set "sideEffects": false. In next.config.js, set productionBrowserSourceMaps: false to save ~50KB and ensure swcMinify: true is enabled.
Priority: High | Effort: Small
Update package.json and next.config.js to optimize production output. In package.json, set "sideEffects": false. In next.config.js, set productionBrowserSourceMaps: false to save ~50KB and ensure swcMinify: true is enabled.
Priority: High | Effort: Small