diff --git a/.babelrc b/.babelrc index cdf0df0..77d05f6 100644 --- a/.babelrc +++ b/.babelrc @@ -1,3 +1,3 @@ { - "optional": ["es7.classProperties"] + "optional": ["es7.classProperties", "runtime"] }