Skip to content

Commit

Permalink
attempt to use worker loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Nov 17, 2023
1 parent 39718c8 commit 53b0faa
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 21 deletions.
51 changes: 31 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,7 @@
"typescript": "4.5.5",
"uuid": "^8.3.2",
"webpack": "^5.76.0",
"worker-loader": "^3.0.8",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-fix-default-import-plugin": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/client/common/process/worker/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT License.

import { Worker } from 'worker_threads';
import { traceError, traceVerbose } from '../../../logging';
import { traceVerbose, traceError } from '../../../logging/index';

/**
* Executes a worker file.
Expand Down

0 comments on commit 53b0faa

Please sign in to comment.