rsnext/examples/with-grommet/.babelrc
Roger Hutchings 068dd825f3 Add Grommet example (#6529)
Adds a new example showing how to use the [Grommet UI library](https://grommet.io/) with Next.js.
2019-03-05 14:00:57 +01:00

4 lines
87 B
Text

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