diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 3 |
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"] } } } |