mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
14 lines
224 B
Plaintext
14 lines
224 B
Plaintext
{
|
|
"presets": ["env", "stage-0", "react"],
|
|
"env": {
|
|
"plugins": [
|
|
"emotion",
|
|
"babel-plugin-macros",
|
|
["transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}]
|
|
]
|
|
}
|
|
}
|