Skip to content

Commit

Permalink
Try explicitly relative path for config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Nov 16, 2023
1 parent d2fa827 commit 46ecafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
}),
Expand Down

0 comments on commit 46ecafa

Please sign in to comment.