mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
20 lines
398 B
Text
20 lines
398 B
Text
{
|
|
"presets": [
|
|
"react",
|
|
"es2015",
|
|
"es2016"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"transform-builtin-extend",
|
|
{
|
|
"globals": ["Error"]
|
|
}
|
|
],
|
|
"transform-class-properties",
|
|
"transform-object-rest-spread",
|
|
"transform-runtime",
|
|
"add-module-exports",
|
|
"syntax-dynamic-import"
|
|
]
|
|
}
|