Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Feb 28, 2024
1 parent 96ed50e commit 38ffbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
// drop_console: VITE_DROP_CONSOLE,
// },
// },
reportCompressedSize: false,
chunkSizeWarningLimit: 2000,
reportCompressedSize: false
// chunkSizeWarningLimit: 5000,
},
};
};

0 comments on commit 38ffbec

Please sign in to comment.