Files
dooring/packages/dooringx-lib/.babelrc
hufeixiong 0b6dbb8677 0.4.1
2021-07-13 15:32:05 +08:00

15 lines
271 B
Plaintext

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