mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Allow config.json to be missing
This commit is contained in:
parent
47b37c996d
commit
710336208f
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ module.exports = (env, argv) => {
|
|||
{ from: "decoder-ring/**", context: path.resolve(__dirname, "res") },
|
||||
{ from: "media/**", context: path.resolve(__dirname, "node_modules/matrix-react-sdk/res/") },
|
||||
"node_modules/@matrix-org/olm/olm_legacy.js",
|
||||
"config.json",
|
||||
{ from: "config.json", noErrorOnMissing: true },
|
||||
"contribute.json",
|
||||
],
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue