diff --git a/webpack.config.js b/webpack.config.js index 2500792139..a1a248e391 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -252,6 +252,16 @@ module.exports = (env, argv) => { outputPath: '.', }, }, + { + test: /encoderWorker\.min\.js$/, + loader: "file-loader", + type: "javascript/auto", // https://github.com/webpack/webpack/issues/6725 + options: { + // We deliberately override the name so it makes sense in debugging + name: 'opus-encoderWorker.min.[hash:7].[ext]', + outputPath: '.', + }, + }, { // cache-bust languages.json file placed in // element-web/webapp/i18n during build by copy-res.js