From 8a0f6a0c6ef092ae6242b69af0b04df1f6e5bdf3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 14 Oct 2016 18:48:41 +0100 Subject: [PATCH] Revert 09d2b2a36c4536117d20c39abd30632a97a66cd4 as babel 6 appears to break sending messages with the non RTE editor --- .babelrc | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.babelrc b/.babelrc index ceeb850bea..44f8af571d 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,4 @@ { "presets": ["react", "es2015", "es2016"], - "plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-generator", "transform-runtime"] + "plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-generator"] } diff --git a/package.json b/package.json index 9d9ea3b88d..e34066eb16 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,6 @@ "babel-plugin-transform-async-to-generator": "^6.16.0", "babel-plugin-transform-class-properties": "^6.16.0", "babel-plugin-transform-object-rest-spread": "^6.16.0", - "babel-plugin-transform-runtime": "^6.15.0", "babel-polyfill": "^6.5.0", "babel-preset-es2015": "^6.14.0", "babel-preset-es2016": "^6.11.3",