rsnext/examples/with-styled-components-rtl/.babelrc
Alejandro Garcia Anglada c30e54283f Added with-styled-components-rtl example (#10074)
* Added with-styled-components-rtl example

* Add idea behing the example

Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-01-14 13:18:31 -05:00

4 lines
87 B
Text

{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
}