fix webpack
This commit is contained in:
parent
ee1fc03ae8
commit
d634626d7f
@ -57,7 +57,7 @@ module.exports = function (env) {
|
||||
}
|
||||
}
|
||||
const configWebWorker = {
|
||||
entry: {"cryptoWorker": "./src/crypto/browserWorkerEntry.ts"},
|
||||
entry: {"cryptoWorker": "./src/crypto/workers/browserWorkerEntry.ts"},
|
||||
target: "webworker",
|
||||
name: "webworker",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user