We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741854a commit 72cb52cCopy full SHA for 72cb52c
1 file changed
vite.config.ts
@@ -11,15 +11,8 @@ export default defineConfig(({ mode }) => ({
11
plugins: [react()],
12
13
build: {
14
- rollupOptions: {
15
- output: {
16
- manualChunks(id) {
17
- if (id.includes('node_modules')) {
18
- return id.toString().split('node_modules/')[1].split('/')[0].toString();
19
- }
20
21
22
+
23
},
24
25
resolve: {
0 commit comments