mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 09:41:06 +08:00
22 lines
385 B
JSON
22 lines
385 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": 8
|
|
},
|
|
"useBuiltIns": "usage",
|
|
"corejs": "3"
|
|
}
|
|
]
|
|
],
|
|
"ignore": [
|
|
"./src/frameworks",
|
|
"./src/generators/**/template",
|
|
"./src/generators/**/template-csf",
|
|
"./src/generators/**/template-csf-ts",
|
|
"./src/generators/**/template-mdx"
|
|
]
|
|
}
|