mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:31:09 +08:00
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"plugins": [
|
|
["@babel/plugin-transform-react-jsx", {
|
|
"pragma": "h",
|
|
"pragmaFrag": "Fragment"
|
|
}]
|
|
]
|
|
} |