@@ -53,7 +53,7 @@ module.exports = {
|
|||||||
new HtmlWebpackPlugin({ template: './public/index.html' }),
|
new HtmlWebpackPlugin({ template: './public/index.html' }),
|
||||||
new CopyPlugin({
|
new CopyPlugin({
|
||||||
patterns: [
|
patterns: [
|
||||||
{ from: 'olm.wasm' },
|
{ from: 'node_modules/@matrix-org/olm/olm.wasm' },
|
||||||
{ from: '_redirects' },
|
{ from: '_redirects' },
|
||||||
{ from: 'config.json' },
|
{ from: 'config.json' },
|
||||||
{ from: 'public/res/android'}
|
{ from: 'public/res/android'}
|
||||||
|
|||||||
Reference in New Issue
Block a user