easy-team / easywebpack-react

React Webpack Building Solution, Support React Server Side Render (SSR), Client Side Render (CSR) Building
http://easyjs.cn/easywebpack
MIT License
14 stars 8 forks source link

react 模板不能使用 antd antd-mobile #3

Closed sfyr111 closed 5 years ago

sfyr111 commented 6 years ago

// .babelrc or babel-loader option { "plugins": [ ["import", { libraryName: "antd-mobile", style: "css" }] // style: true 会加载 less 文件 ] } 推荐配置报错

import DatePicker from 'antd-mobile/lib/date-picker'; // 加载 JS import 'antd-mobile/lib/date-picker/style/css'; // 加载 CSS // import 'antd-mobile/lib/date-picker/style'; // 加载 LESS 手动引入不显示

hubcarl commented 6 years ago

@sfyr111 @liuchonggao https://github.com/hubcarl/egg-react-webpack-boilerplate/issues/11