mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
3c92524b06
* Update example with emotion Emotion is now split into separate packages using Lerna. * Update Next.js in emotion example
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
{
|
|
"presets": [
|
|
"next/babel"
|
|
],
|
|
"plugins": [
|
|
["emotion", { "inline": true }]
|
|
]
|
|
} |