14 lines
213 B
Plaintext

{
"presets": [
[
"next/babel",
{
"styled-jsx": {
"optimizeForSpeed": false
}
}
]
],
"plugins": ["transform-inline-environment-variables", "graphql-tag"]
}