Adds sourcemap: true to Vite build configuration to generate external source map files (.map) alongside JavaScript bundles. This enables debugging of production builds with original source code while keeping source maps separate from the main bundle files.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>