mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 07:31:07 +08:00
13 lines
163 B
Plaintext
13 lines
163 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": 4
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-transform-runtime"]
|
|
]
|
|
}
|