rsnext/examples/with-emotion/.babelrc

8 lines
101 B
Text
Raw Normal View History

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