07akioni / xicons

SVG Vue/React components integrated from fluentui-system-icons, ionicons, ant-design-icons, material-design-icons, Font-Awesome, tabler-icons and carbon icons. (Vue3, Vue2, React, SVG)
https://www.xicons.org/
1.27k stars 55 forks source link

引入图标库的图标后很影响项目的打包速度 #870

Open maddenBoy opened 4 months ago

maddenBoy commented 4 months ago

未引入图标库的图标时,打包时仅有29个modules transformed,built in 1.22s image 引入@vicons/antd后,项目中随便使用一两个图标,打包时有820 modules transformed,built in 2.64s image 继续加入@vicons/fluent后,项目中再随便使用一两个图标,打包时直接变成10891 modules transformed,built in 24.60s image

当项目中使用的图标包越多,即使在项目中只使用到了包中的少部分图标,对打包项目构建的速度也会影响很大