joyent-portal/packages/normalized-styled-components/.babelrc

14 lines
156 B
Plaintext
Raw Normal View History

2017-06-16 23:46:36 +03:00
{
"sourceMaps": "inline",
"plugins": [
"styled-components"
],
"env": {
"test": {
"presets": [
"react-app"
]
}
}
}