Skip to content

Commit

Permalink
fix issues in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 18, 2024
1 parent d8e01dd commit d086f3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/node": "^22.10.2",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.5",
"@types/react-transition-group": "^4.4.12",
"@types/react-transition-group": "^4.4.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
},
},
build: {
minify: 'terser',
minify: false,
outDir: 'dist',
rollupOptions: {
output: {
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d086f3a

Please sign in to comment.