rsnext/examples/with-emotion/.babelrc

8 lines
No EOL
75 B
Text

{
"presets": [
"next/babel"
],
"plugins": [
["emotion"]
]
}