diff --git a/webpack.config.js b/webpack.config.js index a27df4f8ba4..385e3a21046 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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", ], }),