Files
form-render/.babelrc
2019-11-22 11:53:39 +08:00

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"
]
}