标签:pre class set git add library 扩展 commit css lib
npm install babel-plugin-import --save-dev
npm install antd -s
npm run eject
"babel": {
"presets": [
"react-app"
],
"plugins": [
[
"import",
{
"libraryName": "antd",
"style": "css"
}
]
]
},
使用create-react-app创建项目(二)——引入ant方法(一)
标签:pre class set git add library 扩展 commit css lib
原文地址:https://www.cnblogs.com/nailc/p/11087421.html