mirror of
https://github.com/zhigang1992/form-render.git
synced 2026-01-12 17:22:41 +08:00
23 lines
351 B
Plaintext
Executable File
23 lines
351 B
Plaintext
Executable File
{
|
|
"presets": ["env", "react", "stage-0"],
|
|
"plugins": [
|
|
[
|
|
"import",
|
|
{
|
|
"libraryName": "antd",
|
|
"libraryDirectory": "lib",
|
|
"style": "css"
|
|
},
|
|
"ant"
|
|
],
|
|
[
|
|
"import",
|
|
{
|
|
"libraryName": "@alifd/next",
|
|
"style": true
|
|
}
|
|
],
|
|
"transform-decorators-legacy"
|
|
]
|
|
}
|