Skip to content

Instantly share code, notes, and snippets.

@BananaAcid
Created July 18, 2024 21:59
Show Gist options
  • Save BananaAcid/5103ed76678646abfb73ab706df96522 to your computer and use it in GitHub Desktop.
Save BananaAcid/5103ed76678646abfb73ab706df96522 to your computer and use it in GitHub Desktop.
vite disable minify

vite.config.js

in defineConfig

{
    build: {
        minify: false // or "terser" but you need terser installed
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment