You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Configure olm memory size
16M is somewhat excessive: configure olm to use a bit less. Requires changes to the olm library to do anything useful, but will be harmless without them. Partial fix to vector-im/riot-web#2726.
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = {
|
||||
// (we should probably make js-sdk load it asynchronously at some
|
||||
// point, so that it doesn't block the pageload, but that is a separate
|
||||
// problem)
|
||||
"olm": "olm/olm.js",
|
||||
"olm": "./src/vector/olm-loader.js",
|
||||
},
|
||||
module: {
|
||||
preLoaders: [
|
||||
|
||||
Reference in New Issue
Block a user