Skip to content

Commit

Permalink
🐛 Fix vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
harehare committed Sep 2, 2024
1 parent 825b70e commit 00511c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ export default defineConfig(({ mode }) => ({
return 'vendor-svgo';
}

if (id.includes('monaco-editor')) {
return 'vendor-monaco';
}

if (id.includes('node_modules')) {
return 'vendor';
}
Expand Down

0 comments on commit 00511c1

Please sign in to comment.