rsnext/examples/with-styled-components/.babelrc

9 lines
146 B
Text
Raw Normal View History

{
"presets": [
2017-05-13 13:01:29 +02:00
"next/babel"
],
"plugins": [
["styled-components", { "ssr": true, "displayName": true, "preprocess": false } ]
]
2017-05-13 13:01:29 +02:00
}