Files
dooring/packages/dooringx-lib/.babelrc
yehuozhili 968a072537 change pkg
2021-07-09 01:41:03 +08:00

19 lines
327 B
Plaintext

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