nacos/console-ui/.babelrc

27 lines
358 B
Plaintext
Raw Normal View History

2018-11-18 13:58:33 +08:00
{
"presets": [
2019-01-09 16:49:54 +08:00
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
],
2018-11-18 13:58:33 +08:00
"react-app"
],
"plugins": [
2019-01-09 16:49:54 +08:00
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
2018-11-18 13:58:33 +08:00
[
"babel-plugin-import",
{
"libraryName": "@alifd/next",
"style": true
}
]
]
}