mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
Bundle heic worker for unpacked asar
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user