1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf: use fork() for the export process

This commit is contained in:
2022-02-18 18:16:13 +01:00
parent 4051eff382
commit 748d44977e
9 changed files with 149 additions and 178 deletions

View File

@@ -13,7 +13,7 @@ const config = {
mode: process.env.NODE_ENV,
devtool: isDevMode ? 'eval-source-map' : false,
entry: {
exporterProcess: path.join(__dirname, './src/main/workers/exporterProcess.js')
exporter: path.join(__dirname, './src/main/workers/exporter.js')
},
target: 'node',
output: {