mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-06 13:15:24 +08:00
24 lines
306 B
Plaintext
24 lines
306 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "12",
|
|
"esmodules": true
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"import",
|
|
{
|
|
"libraryName": "antd",
|
|
"style": "css"
|
|
}
|
|
]
|
|
]
|
|
}
|