From d86c2f4840003e41cf48fc273d205b1dc3593a95 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 17 Aug 2015 13:13:43 -0700 Subject: [PATCH] change(babelrc): add es7.classProperties --- .babelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.babelrc b/.babelrc index c6dc7972..98a65280 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,6 @@ { "optional": [ + "es7.classProperties", "runtime" ], "stage": 1