Skip to content

Commit

Permalink
chore: enable minification on the frontend deps while building
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 committed Dec 15, 2024
1 parent 9c70339 commit e4b369f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ export default defineConfig({
host: 'localhost',
},
},
build: {
minify: true,
},
})

0 comments on commit e4b369f

Please sign in to comment.