rsnext/examples/with-ant-design/.babelrc

14 lines
185 B
Text
Raw Normal View History

{
"presets": ["next/babel"],
"plugins": [
"transform-decorators-legacy",
[
"import",
{
"libraryName": "antd",
"style": "css"
}
]
]
}