This commit is contained in:
hufeixiong
2021-07-13 15:32:05 +08:00
parent 4367633ec2
commit 0b6dbb8677
4 changed files with 21 additions and 18 deletions

View File

@@ -1,18 +1,14 @@
{
"plugins": [
[
"import-v2",
{
"libraryName": "@ant-design",
"libraryDirectory": "icons",
"camel2DashComponentName": false,
"style": false
}
],
[
"import",
{ "libraryName": "antd", "libraryDirectory": "lib", "style": true },
"antd"
]
]
"plugins": [
[
"import-v2",
{
"libraryName": "@ant-design",
"libraryDirectory": "icons",
"camel2DashComponentName": false,
"style": false
}
],
["import", { "libraryName": "antd", "libraryDirectory": "lib", "style": false }, "antd"]
]
}