Skip to content

Commit

Permalink
Add docs for where the worker comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Mar 24, 2021
1 parent 146ed15 commit 4eb7c1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eb7c1b

Please sign in to comment.