diff --git a/webpack.config.js b/webpack.config.js index a1a248e391..2335ea9a03 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -253,6 +253,8 @@ module.exports = (env, argv) => { }, }, { + // Fix up the name of the opus-recorder worker (react-sdk dependency). + // We more or less just want it to be clear it's for opus and not something else. test: /encoderWorker\.min\.js$/, loader: "file-loader", type: "javascript/auto", // https://github.com/webpack/webpack/issues/6725