mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
328f0cd6bf
If we have account data in local storage but nothing in the crypto store, it generally means the browser has evicted IndexedDB out from under us. This adds a modal to explain the situation and offer to completely clear storage to get things back to normal. Fixes https://github.com/vector-im/riot-web/issues/9109
22 lines
437 B
Plaintext
22 lines
437 B
Plaintext
{
|
|
"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"
|
|
]
|
|
}
|