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

13 lines
222 B
Text
Raw Normal View History

{
"presets": ["next/babel"],
"plugins": [
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
[
"import", {
"libraryName": "antd",
"style": true
}
]
]
}