convictionvotingwtf/.babelrc

13 lines
156 B
Plaintext

{
"presets": [
[
"next/babel",
{
"styled-jsx": {
"plugins": ["styled-jsx-plugin-postcss"]
}
}
]
]
}