Bundle heic worker for unpacked asar

This commit is contained in:
Josh Perez 2021-08-16 12:34:25 -04:00 committed by GitHub
parent b054802758
commit 765b3eddc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'),