yangxingyuan
yangxingyuan
But there are some lint problem.Please check it locally.
好的,我来修复一下
I think you can use `customSplitting` config to split the chunk appropriately, such as: ```ts // vite.config.ts import { chunkSplitPlugin } from 'vite-plugin-chunk-split'; { plugins: [ // ... chunkSplitPlugin({ customSplitting:...
Can you provide a reproduction repo?
The problem is that we should compat rollup v3, and it will support soon :)
你npm install react看看管不管用
I am not clear how to implement it
Yes, the feature is by design to avoid circular dependency problem in `manualChunks`
I will work on it for a long way.