Skip to content

Commit

Permalink
Merge branch 'chore/firebase-deployment' of https://github.com/yun-ch…
Browse files Browse the repository at this point in the history
…eng/aha-assessment into chore/firebase-deployment
  • Loading branch information
yun-cheng committed Mar 22, 2024
2 parents 1fd91b7 + 00bb73b commit 91bc371
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ export default defineConfig(({ mode }) => ({
plugins: [
tsconfigPaths(),
react(),
svgr(),
svgr({
include: '**/*.svg?react'
}),
...(mode === 'test'
? []
: [
Expand Down

0 comments on commit 91bc371

Please sign in to comment.