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