mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-25 11:11:31 +01:00
Try explicitly relative path for config.json
This commit is contained in:
parent
d2fa827fad
commit
46ecafa73b
@ -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",
|
||||
"./config.json",
|
||||
"contribute.json",
|
||||
],
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user