rsnext/examples/with-emotion/.babelrc
Matija Marohnić 3c92524b06 Update example with emotion (#2837)
* Update example with emotion

Emotion is now split into separate packages using Lerna.

* Update Next.js in emotion example
2017-08-24 08:27:49 +02:00

8 lines
No EOL
95 B
Text

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