Skip to content

Commit

Permalink
Fix linting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Jan 12, 2022
1 parent 2688a7c commit fd79738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const config: webpack.Configuration = {
replace: 'new Error(',
},
{
search: 'eval("require")(getWorkerSrc())',
search: 'eval("require")(this.workerSrc)',
replace: 'null',
},
],
Expand Down

0 comments on commit fd79738

Please sign in to comment.