sanyuan0704 / vite-plugin-chunk-split

A vite plugin for better chunk splitting. 一个简单易用的 Vite 拆包插件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build error

clark-cui opened this issue · comments

Uncaught TypeError: Cannot set properties of undefined (setting 'exports')
at react-vendor-2dcb6f28.js:1:488
at react-vendor-2dcb6f28.js:1:492

 customSplitting: {
 'react-vendor': ['react', 'react-dom']
}