storybook/lib/cli/.babelrc
2017-09-14 04:35:40 +03:00

15 lines
168 B
Plaintext

{
"presets": [
["env", {
"targets": {
"node": 4
}
}]
],
"plugins": [
["transform-runtime", {
"polyfill": false
}]
]
}