From 2991a7cfe685ca9b42230b7030b9e7d0ece94c88 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Fri, 12 May 2017 21:44:10 +0900 Subject: Use ES Class Fields & Static Properties (#3008) Use ES Class Fields & Static Properties (currently stage 2) for improve class outlook. Added babel-plugin-transform-class-properties as a Babel plugin. --- .babelrc | 1 + 1 file changed, 1 insertion(+) (limited to '.babelrc') diff --git a/.babelrc b/.babelrc index 31f4e2e0c..37cdb1c20 100644 --- a/.babelrc +++ b/.babelrc @@ -14,6 +14,7 @@ "plugins": [ "syntax-dynamic-import", "transform-object-rest-spread", + "transform-class-properties", [ "react-intl", { -- cgit