about summary refs log tree commit diff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 84c2e57..036ef6b 100644
--- a/.babelrc
+++ b/.babelrc
@@ -10,7 +10,8 @@
             }
           }
         ]
-      ]
+      ],
+      "plugins": ["babel-plugin-require-context-hook"]
     }
   }
 }