storybook/.babelrc
Norbert de Langen f48dfff8f7
REFACTOR to use babel-macro instead of webpack __dirname injection
This is more reliable and powerful
2018-01-22 19:46:46 +01:00

11 lines
178 B
Plaintext

{
"presets": ["env", "stage-0", "react"],
"plugins": [
"babel-plugin-macros",
["transform-runtime", {
"polyfill": false,
"regenerator": true
}]
]
}