Files

15 lines
271 B
Plaintext
Raw Permalink Normal View History

2021-07-09 01:41:03 +08:00
{
2021-07-13 15:32:05 +08:00
"plugins": [
[
"import-v2",
{
"libraryName": "@ant-design",
"libraryDirectory": "icons",
"camel2DashComponentName": false,
"style": false
}
],
["import", { "libraryName": "antd", "libraryDirectory": "lib", "style": false }, "antd"]
]
2021-07-09 01:41:03 +08:00
}