Skip to content

Commit

Permalink
Set build minification to false to temporarily resolve icon rendering…
Browse files Browse the repository at this point in the history
… issues in AgGrid.
  • Loading branch information
anilnatha committed Sep 19, 2024
1 parent 365e962 commit bf4bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react-swc'
export default defineConfig({
envDir: ".env",
build: {
minify: true
minify: false
},
plugins: [
react()
Expand Down

0 comments on commit bf4bfc2

Please sign in to comment.