Skip to content

Commit

Permalink
perf: remove support for manualChunks
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jan 22, 2023
1 parent 344f0c2 commit 72b1d9f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,4 @@ export default defineConfig({
"@states": path.resolve(__dirname, "src/states"),
},
},
// tree shake @icon-park/react
build: {
rollupOptions: {
output: {
manualChunks: {
"icon-park": ["@icon-park/react"],
"vditor": ["vditor"],
},
},
},
},
});

0 comments on commit 72b1d9f

Please sign in to comment.