We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8583ab1 commit adca914Copy full SHA for adca914
.npmrc
@@ -1,3 +1,3 @@
1
legacy-peer-deps=true
2
-save-exact = true
+save-exact=true
3
@matrix-org:registry=https://gitlab.matrix.org/api/v4/projects/27/packages/npm/
olm.wasm
-155 KB
webpack.common.js
@@ -53,7 +53,7 @@ module.exports = {
53
new HtmlWebpackPlugin({ template: './public/index.html' }),
54
new CopyPlugin({
55
patterns: [
56
- { from: 'olm.wasm' },
+ { from: 'node_modules/@matrix-org/olm/olm.wasm' },
57
{ from: '_redirects' },
58
{ from: 'config.json' },
59
{ from: 'public/res/android'}
0 commit comments