Let's modify the vite config to only minify the final JS files if they were built for production, not for development. ``` { build: { minify: false } } ```