Skip to content

Commit

Permalink
Updated the manualChunks function
Browse files Browse the repository at this point in the history
  • Loading branch information
Hudamabkhoot committed Oct 17, 2024
1 parent 2e61834 commit 2e95a70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ export default defineConfig(({ mode }) => ({
output: {
manualChunks: (id) => {
if (id.includes('node_modules')) {
if (id.includes('react')) {
return 'vendor__react';
}
if (id.includes('firebase')) {
return 'vendor__firebase';
}
Expand Down

0 comments on commit 2e95a70

Please sign in to comment.