Try adding transform-runtime in react-sdk

as it seems the runtime is undefined on the /develop, even though
it works just fine for me locally.
This commit is contained in:
David Baker 2016-10-14 18:32:52 +01:00
parent 5a9148f1cd
commit 09d2b2a36c
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{
"presets": ["react", "es2015", "es2016"],
"plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-generator"]
"plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-generator", "transform-runtime"]
}

View file

@ -59,6 +59,7 @@
"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",