From cd0b07b3adb36fb5ec098f9e511ab45d774fee7b Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 30 Jan 2018 12:41:01 -0500 Subject: Move to Prisma Backend --- frontend/.babelrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frontend/.babelrc (limited to 'frontend/.babelrc') diff --git a/frontend/.babelrc b/frontend/.babelrc new file mode 100644 index 0000000..d9c3f91 --- /dev/null +++ b/frontend/.babelrc @@ -0,0 +1,9 @@ +{ + "presets": ["next/babel"], + "plugins": [ + [ + "styled-components", + { "ssr": true, "displayName": true, "preprocess": false } + ] + ] +} -- cgit v1.3