storybook/.babelrc

14 lines
224 B
Plaintext
Raw Normal View History

2016-09-20 16:23:38 +05:30
{
"presets": ["env", "stage-0", "react"],
"env": {
"plugins": [
"emotion",
"babel-plugin-macros",
["transform-runtime", {
"polyfill": false,
"regenerator": true
}]
]
}
2016-09-20 16:23:38 +05:30
}