Skip to content

Commit

Permalink
adjusted vite config ts
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 19, 2024
1 parent e02cec6 commit 4a52a50
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ export default defineConfig({
localsConvention: 'camelCaseOnly',
},
},
build: {
minify: false,
outDir: 'dist',
rollupOptions: {
output: {
manualChunks: {
vendor: ['react', 'react-dom'],
utils: ['valtio', 'socket.io-client'],
},
},
},
},
define: {
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
},
Expand Down

0 comments on commit 4a52a50

Please sign in to comment.