as babel 6 appears to break sending messages with the non RTE
editor
This commit is contained in:
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"]
}