ncpub-multipage-demo-2005/.babelrc

21 lines
263 B
Plaintext
Raw Permalink Normal View History

2024-09-04 09:11:19 +08:00
{
"presets": [ "env", "react", "stage-2" ],
"plugins": [
"jsx-control-statements",
[
"import-bee",
{
"style": true
}
],
"transform-decorators-legacy",
[
"import",
{
"libraryName": "antd-mobile",
"style": "css"
}
]
]
}