as babel 6 appears to break sending messages with the non RTE
editor
pull/21833/head
David Baker 2016-10-14 18:48:41 +01:00
parent 09d2b2a36c
commit 8a0f6a0c6e
2 changed files with 1 additions and 2 deletions

View File

@ -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"]
}

View File

@ -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",