From c1a8e3d1ebaa6d69e1ae23369a5dedd93ba7226f Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sat, 24 Jun 2017 02:36:54 +0900 Subject: Use Class and Property Decorators (#3730) ref https://tc39.github.io/proposal-decorators/ --- .babelrc | 1 + 1 file changed, 1 insertion(+) (limited to '.babelrc') diff --git a/.babelrc b/.babelrc index 081c4f963..292d52e27 100644 --- a/.babelrc +++ b/.babelrc @@ -15,6 +15,7 @@ "plugins": [ "syntax-dynamic-import", ["transform-object-rest-spread", { "useBuiltIns": true }], + "transform-decorators-legacy", "transform-class-properties", [ "react-intl", -- cgit