From d7eb24a5b7558623a0eac4473a213cfedb234a2d Mon Sep 17 00:00:00 2001 From: Caleb Date: Thu, 16 Nov 2017 18:27:02 -0700 Subject: [PATCH] Fix local development. Local development was not working unless `class`es were transpiled. --- .babelrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.babelrc b/.babelrc index 69cee1b910db..0074356b6245 100644 --- a/.babelrc +++ b/.babelrc @@ -18,6 +18,8 @@ "react" ], "plugins": [ + "transform-class-properties", + "transform-es2015-classes", "react-hot-loader/babel", "lodash", ["babel-plugin-transform-builtin-extend", {