Skip to content

Commit 2e95a70

Browse files
committed
Updated the manualChunks function
1 parent 2e61834 commit 2e95a70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vite.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ export default defineConfig(({ mode }) => ({
4545
output: {
4646
manualChunks: (id) => {
4747
if (id.includes('node_modules')) {
48-
if (id.includes('react')) {
49-
return 'vendor__react';
50-
}
5148
if (id.includes('firebase')) {
5249
return 'vendor__firebase';
5350
}

0 commit comments

Comments
 (0)