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

5 lines
129 B
Text
Raw Normal View History

2019-03-27 01:49:12 +01:00
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }], "@kiwicom/babel-plugin-orbit-components"]
}