klip/.babelrc

11 lines
179 B
Plaintext
Raw Permalink Normal View History

2018-02-13 06:34:29 -06:00
{
2020-01-06 11:41:06 -06:00
"presets": ["next/babel"],
"plugins": [
[
"styled-components",
{ "ssr": true, "displayName": true, "preprocess": false }
],
2020-01-06 11:41:06 -06:00
"inline-react-svg"
]
2018-02-13 06:34:29 -06:00
}