element-plus / element-plus-icons

Main package for storing Element Plus icon resources.
MIT License
138 stars 100 forks source link

从 rollup 到 esbuild 构建的目的 #62

Closed jyuloeng closed 9 months ago

jyuloeng commented 1 year ago

一直有在根据 element-plus-icons 学习搭建自己的 icons 依赖库,发现以前 element-plus-icons 一直是由 rollup 构建的,然后好像现在换成了 esbuild 构建的,这样好像对于按需引入似乎不太友好?请问这是出于什么样的原因呢?

sxzz commented 9 months ago

tree shaking 问题已在 619b5e72d02b0944e0a1fc24a506cc81059c7dbf 修复

Rollup 和 esbuild 都是可以的,esbuild 也是流行的打包器。