dazjean
dazjean
import android.support.annotation.RequiresApi ^ 1 个错误 FAILURE: Build failed with an exception. 版本: "react-native-baidu-map-old": "^1.0.37",
pod 搜索不到4.2.0版本? 改成4.2.1就可以正常安装 ?
已知问题:https://github.com/webpack/webpack/issues/11146 待升级webpack5后解决
## 按需加载第三方组件库(*antd-mobile*, *Ant Design*,*element-ui*) antd 默认支持基于 ES module 的 tree shaking,不使用babel-import-plugin插件也会有按需加载的效果。 - react组件库(*antd-mobile*, *Ant Design*) .bablerc文件修改如下 ```js { "plugins": [ ["import", { "libraryName": "cheui-react", "libraryDirectory": "lib/components", "camel2DashComponentName": true },"cheui-react"], ["import",...