Skip to content

Commit

Permalink
fix: fixing svg build options
Browse files Browse the repository at this point in the history
  • Loading branch information
stanfilip0v committed Jun 29, 2022
1 parent dfc54d8 commit 2bfbb76
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ import svgr from '@honkhonk/vite-plugin-svgr'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [alias(), react(), tsconfigPaths(), svgr()]
plugins: [
alias(),
react(),
tsconfigPaths(),
svgr({ keepEmittedAssets: true })
]
})

0 comments on commit 2bfbb76

Please sign in to comment.