Add webpack config for opus-recorder worker

pull/16705/head
Travis Ralston 2021-03-11 22:06:11 -07:00
parent ba28c6d57a
commit cd2dda268f
1 changed files with 10 additions and 0 deletions

View File

@ -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