mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:31:19 +08:00
15 lines
168 B
Plaintext
15 lines
168 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"node": 4
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["transform-runtime", {
|
|
"polyfill": false
|
|
}]
|
|
]
|
|
}
|