From 8fe8aad7b38ee77e9fe893422910e4e60196d224 Mon Sep 17 00:00:00 2001 From: Claudio Savino Date: Thu, 30 Jun 2016 03:42:58 +0200 Subject: [PATCH] fix: decorator fix --- .babelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.babelrc b/.babelrc index 5112074b..7ad54443 100644 --- a/.babelrc +++ b/.babelrc @@ -2,7 +2,6 @@ "presets": ["es2015", "stage-0"], "plugins": [ "transform-decorators-legacy", - "transform-decorators", "transform-class-properties" ] }