Skip to content

Commit

Permalink
Allow config.json to be missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored and DarkKirb committed Nov 19, 2023
1 parent 661cd03 commit c4d0e66
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 @@ -726,7 +726,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",
],
}),
Expand Down

0 comments on commit c4d0e66

Please sign in to comment.