diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc index 13578a79f..31f4e2e0c 100644 --- a/.babelrc +++ b/.babelrc @@ -12,6 +12,7 @@ ] ], "plugins": [ + "syntax-dynamic-import", "transform-object-rest-spread", [ "react-intl", |