mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 12:45:32 +08:00
15 lines
179 B
Plaintext
15 lines
179 B
Plaintext
{
|
|
"presets": [
|
|
"next/babel"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"import",
|
|
{
|
|
"libraryName": "@zeit-ui/react",
|
|
"libraryDirectory": "esm"
|
|
}
|
|
]
|
|
]
|
|
}
|