BruceCham/react-cli

yarn build后产出的dist太大

KingBarbarian opened this issue · 2 comments

yarn build后产出的dist太大

@KingBarbarian
build时候,会把node_modules里面的依赖文件打包在一起,而业务代码和动态路由分别打包。目前最大的文件包是公用工具库vendor,包含了react系列、axios请求库、和第三方插件等,382k,用不到的工具最好可以去掉

@KingBarbarian 增加了拆分功能,对经常依赖使用的第三方模块,进行独立打包