klip/.babelrc

13 lines
316 B
Plaintext

{
"presets": ["next/babel", "@zeit/next-typescript/babel"],
"plugins": [
[
"styled-components",
{ "ssr": true, "displayName": true, "preprocess": false }
],
"inline-react-svg",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator"
]
}