mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
feb62793d2
This reverts commit 7b89893645
.
21 lines
437 B
Text
21 lines
437 B
Text
{
|
|
"presets": [
|
|
"react",
|
|
"es2015",
|
|
"es2016"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"transform-builtin-extend",
|
|
{
|
|
"globals": ["Error"]
|
|
}
|
|
],
|
|
"transform-class-properties",
|
|
"transform-object-rest-spread",
|
|
"transform-async-to-bluebird",
|
|
"transform-runtime",
|
|
"add-module-exports",
|
|
"syntax-dynamic-import"
|
|
]
|
|
}
|