mirror of
https://github.com/cinnyapp/cinny.git
synced 2024-12-28 18:36:13 +00:00
parent
8583ab19f0
commit
adca914d67
2
.npmrc
2
.npmrc
|
@ -1,3 +1,3 @@
|
|||
legacy-peer-deps=true
|
||||
save-exact = true
|
||||
save-exact=true
|
||||
@matrix-org:registry=https://gitlab.matrix.org/api/v4/projects/27/packages/npm/
|
|
@ -53,7 +53,7 @@ module.exports = {
|
|||
new HtmlWebpackPlugin({ template: './public/index.html' }),
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
{ from: 'olm.wasm' },
|
||||
{ from: 'node_modules/@matrix-org/olm/olm.wasm' },
|
||||
{ from: '_redirects' },
|
||||
{ from: 'config.json' },
|
||||
{ from: 'public/res/android'}
|
||||
|
|
Loading…
Reference in a new issue