mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-28 20:25:29 +08:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
["import", { "libraryName": "@zeit-ui/react", "libraryDirectory": "esm"}]
|
|
]
|
|
}
|