This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
vector-im-hydrogen-web
Watch
1
Star
0
Fork
0
You've already forked vector-im-hydrogen-web
mirror of
https://github.com/vector-im/hydrogen-web.git
synced
2024-12-23 19:45:05 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
27ff6fc6b1
vector-im-hydrogen-web
/
src
/
legacy-extras.js
3 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
turns out that rollup-plugin-cleanup doesn't like line 259 in aes-js so don't remove comments for now in the legacy build
2020-09-17 09:36:37 +02:00
import
aesjs
from
"../lib/aes-js/index.js"
;
add legacy extras, so deps only needed for legacy are not in main bundle
2020-09-16 18:28:48 +02:00
export
const
legacyExtras
=
{
aesjs
}
;
Reference in New Issue
Copy Permalink