mirror of https://github.com/Fabio286/antares.git
fix: importer webpack config
This commit is contained in:
parent
79f32ca442
commit
f82db96f34
|
@ -14,7 +14,7 @@ const config = {
|
||||||
devtool: isDevMode ? 'eval-source-map' : false,
|
devtool: isDevMode ? 'eval-source-map' : false,
|
||||||
entry: {
|
entry: {
|
||||||
exporter: path.join(__dirname, './src/main/workers/exporter.ts'),
|
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',
|
target: 'node',
|
||||||
output: {
|
output: {
|
||||||
|
|
Loading…
Reference in New Issue