Use @babel/plugin-transform-runtime
to prevent babel from generating dupe helper functions
#4284
Closed
1 task done
Labels
What problem does this feature solve?
antdv 显式关闭了
@babel/plugin-transform-runtime
的使用ant-design-vue/antd-tools/getBabelCommonConfig.js
Line 31 in b6688c4
导致生成的dist包中出现大量重复的helper代码,光对象扩展运算符的helper函数就生成了200多次
建议打开
helpers: true
,减少helper函数的生成,可以显著减少dist代码的体积,增加可读性What does the proposed API look like?
N/A
The text was updated successfully, but these errors were encountered: