mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Bundle heic worker for unpacked asar
This commit is contained in:
@@ -11,7 +11,7 @@ const workerConfig: Configuration = {
|
|||||||
context,
|
context,
|
||||||
mode: 'development',
|
mode: 'development',
|
||||||
devtool: false,
|
devtool: false,
|
||||||
entry: ['./ts/workers/heicConverterMain.js'],
|
entry: ['./ts/workers/heicConverterWorker.js'],
|
||||||
target: 'node',
|
target: 'node',
|
||||||
output: {
|
output: {
|
||||||
path: resolve(context, 'ts', 'workers'),
|
path: resolve(context, 'ts', 'workers'),
|
||||||
|
|||||||
Reference in New Issue
Block a user