27 lines
358 B
Plaintext
27 lines
358 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"useBuiltIns": "entry"
|
|
}
|
|
],
|
|
"react-app"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-proposal-decorators",
|
|
{
|
|
"legacy": true
|
|
}
|
|
],
|
|
[
|
|
"babel-plugin-import",
|
|
{
|
|
"libraryName": "@alifd/next",
|
|
"style": true
|
|
}
|
|
]
|
|
]
|
|
}
|