Skip to content

Commit

Permalink
ci: update vite config
Browse files Browse the repository at this point in the history
Signed-off-by: Prince Muel <[email protected]>
  • Loading branch information
princemuel committed Apr 27, 2023
1 parent 7ddab3b commit 42cc935
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 @@ -6,7 +6,7 @@ import svgr from 'vite-plugin-svgr';
// https://vitejs.dev/config/
/** @type {import('vite').UserConfig} */
export default defineConfig({
plugins: [react(), svgr(), removeConsole()],
plugins: [react(), removeConsole(), svgr()],
resolve: {
alias: [{ find: '@src', replacement: '/src/' }],
},
Expand Down

0 comments on commit 42cc935

Please sign in to comment.