mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
14 lines
No EOL
236 B
Text
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
|
|
}
|
|
]
|
|
]
|
|
} |