mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:11:20 +08:00
17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
{
|
|
"presets": ["env", "stage-0", "react"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["require-context-hook"]
|
|
},
|
|
"plugins": [
|
|
"emotion",
|
|
"babel-plugin-macros",
|
|
["transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}]
|
|
]
|
|
}
|
|
}
|