mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-24 04:15:54 +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"}]
|
|
]
|
|
}
|