From f250d5a41ea154ee04f604b37b9da70df14256d8 Mon Sep 17 00:00:00 2001 From: Claudio Savino Date: Thu, 30 Jun 2016 03:50:16 +0200 Subject: [PATCH] fix: decorator fix --- .babelrc | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.babelrc b/.babelrc index 7ad54443..6953b485 100644 --- a/.babelrc +++ b/.babelrc @@ -1,6 +1,7 @@ { "presets": ["es2015", "stage-0"], "plugins": [ + "transform-es2015-modules-umd", "transform-decorators-legacy", "transform-class-properties" ] diff --git a/package.json b/package.json index fbfd3502..a2e2b4b5 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "babel-plugin-transform-class-properties": "6.10.2", "babel-plugin-transform-decorators": "6.8.0", "babel-plugin-transform-decorators-legacy": "1.3.4", + "babel-plugin-transform-es2015-modules-umd": "6.8.0", "babel-plugin-transform-runtime": "6.9.0", "babel-preset-es2015": "6.9.0", "babel-preset-stage-0": "6.5.0",