mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Added the template folder that has been forgotten in 3dd714d3532687d958c41e093187b84ffca603ee
21 lines
361 B
JSON
21 lines
361 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": 8
|
|
},
|
|
"useBuiltIns": "usage",
|
|
"corejs": "3"
|
|
}
|
|
]
|
|
],
|
|
"ignore": [
|
|
"./src/generators/**/template",
|
|
"./src/generators/**/template-csf",
|
|
"./src/generators/**/template-csf-ts",
|
|
"./src/generators/**/template-mdx"
|
|
]
|
|
}
|