From a7c48b823a62f4379f9a623109e99fe8f50acd1c Mon Sep 17 00:00:00 2001 From: nodkz Date: Wed, 8 Nov 2017 23:29:55 +0600 Subject: [PATCH] build(babel): add transform-class-properties plugin --- .babelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.babelrc b/.babelrc index b519e64..fc48339 100644 --- a/.babelrc +++ b/.babelrc @@ -5,6 +5,9 @@ ], "env": { "lib": { + "plugins": [ + "babel-plugin-transform-class-properties", + ], "presets": [ ["env", { "targets": {