mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Add /.well-known/assetlinks.json to webpack.config.js
This commit is contained in:
parent
27d4e1d990
commit
9b988f70de
1 changed files with 1 additions and 0 deletions
|
@ -736,6 +736,7 @@ module.exports = (env, argv) => {
|
|||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
"res/apple-app-site-association",
|
||||
"res/.well-known/assetlinks.json",
|
||||
"res/jitsi_external_api.min.js",
|
||||
"res/jitsi_external_api.min.js.LICENSE.txt",
|
||||
"res/manifest.json",
|
||||
|
|
Loading…
Reference in a new issue