Bundle heic worker for unpacked asar
This commit is contained in:
parent
b054802758
commit
765b3eddc4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const workerConfig: Configuration = {
|
|||
context,
|
||||
mode: 'development',
|
||||
devtool: false,
|
||||
entry: ['./ts/workers/heicConverterMain.js'],
|
||||
entry: ['./ts/workers/heicConverterWorker.js'],
|
||||
target: 'node',
|
||||
output: {
|
||||
path: resolve(context, 'ts', 'workers'),
|
||||
|
|
Loading…
Reference in a new issue