mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": 8
|
|
},
|
|
"useBuiltIns": "usage",
|
|
"corejs": 3,
|
|
},]
|
|
]
|
|
}
|