Skip to content

Commit

Permalink
build(frontend): disable minification during vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 25, 2024
1 parent 1e3ae6e commit 3dc6eb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export default defineConfig({
usePolling: true,
},
},
build: {
minify: false,
},
resolve: {
alias: {
'@': path.resolve(__dirname, 'src'),
Expand Down

0 comments on commit 3dc6eb6

Please sign in to comment.