chenwenbin
Results
4
comments of
chenwenbin
我解决了,我的项目可能是存在多个formily实例导致的。但是不知道codesanbox为什么也会有问题
webpackChain(chain) { chain.resolve.alias.set("lodash", "lodash-es"); } 这样就可以了,lodash-es本身是支持tree shaking的