summaryrefslogtreecommitdiffstats
path: root/frontend/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/.babelrc')
-rw-r--r--frontend/.babelrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend/.babelrc b/frontend/.babelrc
deleted file mode 100644
index d9c3f91..0000000
--- a/frontend/.babelrc
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "presets": ["next/babel"],
- "plugins": [
- [
- "styled-components",
- { "ssr": true, "displayName": true, "preprocess": false }
- ]
- ]
-}