fix: importer webpack config

This commit is contained in:
Fabio Di Stasio 2022-04-17 12:11:00 +02:00
parent 75a41769bf
commit b4d9821300
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const config = {
devtool: isDevMode ? 'eval-source-map' : false,
entry: {
exporter: path.join(__dirname, './src/main/workers/exporter.ts'),
importer: path.join(__dirname, './src/main/workers/importer.js')
importer: path.join(__dirname, './src/main/workers/importer.ts')
},
target: 'node',
output: {