security-checklist/.babelrc
Brian Lovin 8388c7110d Fix ci
2019-01-12 18:11:03 -08:00

14 lines
No EOL
236 B
Text

{
"presets": ["next/babel"],
"plugins": [
"@babel/plugin-transform-flow-strip-types",
[
"styled-components",
{
"ssr": true,
"displayName": true,
"preprocess": false
}
]
]
}