about summary refs log tree commit diff
path: root/.babelrc
diff options
context:
space:
mode:
authorNolan Lawson <nolan@nolanlawson.com>2017-05-06 02:05:32 -0700
committerEugen Rochko <eugen@zeonfederated.com>2017-05-06 11:05:32 +0200
commit553e13144f2c971437da831764a2c4205bdb089a (patch)
tree2069a52657b8063293acbc4693495be51cfa5263 /.babelrc
parent494945ff4f863492087c4f64b81cbbb7a11f8d05 (diff)
remove legacy decorators, use lodash.debounce (#2830)
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 65155184d..d9fb15f1a 100644
--- a/.babelrc
+++ b/.babelrc
@@ -11,7 +11,6 @@
     ]
   ],
   "plugins": [
-    "transform-decorators-legacy",
     "transform-object-rest-spread",
     [
       "react-intl",