Skip to content

Commit adca914

Browse files
authored
Copy Olm directly from node modules (fixes #206) (cinnyapp#817)
1 parent 8583ab1 commit adca914

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
legacy-peer-deps=true
2-
save-exact = true
2+
save-exact=true
33
@matrix-org:registry=https://gitlab.matrix.org/api/v4/projects/27/packages/npm/

olm.wasm

-155 KB
Binary file not shown.

webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
new HtmlWebpackPlugin({ template: './public/index.html' }),
5454
new CopyPlugin({
5555
patterns: [
56-
{ from: 'olm.wasm' },
56+
{ from: 'node_modules/@matrix-org/olm/olm.wasm' },
5757
{ from: '_redirects' },
5858
{ from: 'config.json' },
5959
{ from: 'public/res/android'}

0 commit comments

Comments
 (0)