mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
09d2b2a36c
as it seems the runtime is undefined on the /develop, even though it works just fine for me locally.
4 lines
177 B
Text
4 lines
177 B
Text
{
|
|
"presets": ["react", "es2015", "es2016"],
|
|
"plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-generator", "transform-runtime"]
|
|
}
|