about summary refs log tree commit diff
path: root/.babelrc
diff options
context:
space:
mode:
authorNolan Lawson <nolan@nolanlawson.com>2017-05-06 17:42:38 -0700
committerEugen Rochko <eugen@zeonfederated.com>2017-05-07 02:42:38 +0200
commitdf81bc4a9745288d2eb1f6a924ceb9b79017b04f (patch)
treea793f9a124247a6ecf66562ce20bb69445cb8408 /.babelrc
parent87588fa8947c137de1ab75d740318ffc2dfffbbf (diff)
add asynchronous emojione-picker (code-splitting) (#2863)
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc1
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",