mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-18 04:30:52 +01:00
fix: importer webpack config
This commit is contained in:
parent
75a41769bf
commit
b4d9821300
@ -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…
x
Reference in New Issue
Block a user