rsnext/examples/with-atlaskit/.babelrc
Alejandro d46a0aef0f
Integrate with-atlaskit (#11269)
* Add with-atlaskit

* Fix

* Fix

* Add babel
2020-04-05 13:27:49 +02:00

4 lines
87 B
Text

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