Skip to content

Don't minify code for development builds #10

@Corb3nik

Description

@Corb3nik

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
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions