Skip to content

Commit e15582d

Browse files
committed
chore: remove advancedChunks reproduction
1 parent 7101416 commit e15582d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

playground/class-components/vite.config.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,4 @@ import react from '@vitejs/plugin-react'
44
export default defineConfig({
55
server: { port: 8908 /* Should be unique */ },
66
plugins: [react()],
7-
build: {
8-
rollupOptions: {
9-
output: {
10-
advancedChunks: {
11-
groups: [
12-
{ name: 'node-modules', test: 'node_modules' },
13-
{ name: 'react', test: 'react' },
14-
],
15-
},
16-
},
17-
},
18-
},
197
})

0 commit comments

Comments
 (0)