yangxingyuan

Results 117 comments of 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:...

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.