Skip to content

Commit

Permalink
add .
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Feb 19, 2025
1 parent 1738215 commit 5723a68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default defineConfig({
output: {
manualChunks(id) {
if (id.includes('node_modules')) {
if (id.includes('rollbar')) {
return 'rollbar';
}
return 'vendor';
}
return null;
Expand Down

0 comments on commit 5723a68

Please sign in to comment.