mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:41:18 +08:00
9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
{
|
|
"presets": [
|
|
"es2015", "react"
|
|
],
|
|
"plugins": [
|
|
"transform-runtime"
|
|
]
|
|
}
|