Open memoryza opened 7 years ago
按照 引导文档中说antd|antd-mobile可以配置import方式
使用的是antd-mobile , import { TabBar, Icon } from 'antd-mobile';
报错如下
Error in ./~/_antd-mobile@1.6.3@antd-mobile/lib/tab-bar/style/index.css Module build failed: TypeError: Cannot read property 'some' of undefined @ ./~/_antd-mobile@1.6.3@antd-mobile/lib/tab-bar/style/index.css
如果将antd-mobile引入模块的方式更改为: import TabBar from 'antd-mobile/lib/tab-bar'; import Icon from 'antd-mobile/lib/icon';
报错没有了。
node 版本过低?
@sorrycc 我更换到8.2.1 也不行,项目初始化用的dva new 出来的,然后根据roadhog关于ant的配置,配置了以下ant-mobile 就报错了
Environment:mac
按照 引导文档中说antd|antd-mobile可以配置import方式
使用的是antd-mobile , import { TabBar, Icon } from 'antd-mobile';
报错如下
Error in ./~/_antd-mobile@1.6.3@antd-mobile/lib/tab-bar/style/index.css Module build failed: TypeError: Cannot read property 'some' of undefined @ ./~/_antd-mobile@1.6.3@antd-mobile/lib/tab-bar/style/index.css
如果将antd-mobile引入模块的方式更改为: import TabBar from 'antd-mobile/lib/tab-bar'; import Icon from 'antd-mobile/lib/icon';
报错没有了。