Skip to content

Commit 53b0faa

Browse files
author
Kartik Raj
committed
attempt to use worker loader
1 parent 39718c8 commit 53b0faa

File tree

3 files changed

+33
-21
lines changed

3 files changed

+33
-21
lines changed

package-lock.json

Lines changed: 31 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,7 @@
16591659
"typescript": "4.5.5",
16601660
"uuid": "^8.3.2",
16611661
"webpack": "^5.76.0",
1662+
"worker-loader": "^3.0.8",
16621663
"webpack-bundle-analyzer": "^4.5.0",
16631664
"webpack-cli": "^4.9.2",
16641665
"webpack-fix-default-import-plugin": "^1.0.3",

src/client/common/process/worker/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the MIT License.
33

44
import { Worker } from 'worker_threads';
5-
import { traceError, traceVerbose } from '../../../logging';
5+
import { traceVerbose, traceError } from '../../../logging/index';
66

77
/**
88
* Executes a worker file.

0 commit comments

Comments
 (0)