sorrycc / roadhog

🐷 Cli tool for creating react apps, configurable version of create-react-app.
2.72k stars 341 forks source link

antd-moible 配置extraBabelPlugins后提示不能读取some属性 #399

Open memoryza opened 7 years ago

memoryza commented 7 years ago

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';

报错没有了。

sorrycc commented 7 years ago

node 版本过低?

memoryza commented 7 years ago

@sorrycc 我更换到8.2.1 也不行,项目初始化用的dva new 出来的,然后根据roadhog关于ant的配置,配置了以下ant-mobile 就报错了