Skip to content

Commit

Permalink
fix: importer webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Apr 17, 2022
1 parent 75a4176 commit b4d9821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.workers.config.js
Expand Up @@ -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: {
Expand Down

0 comments on commit b4d9821

Please sign in to comment.