diff --git a/webpack.config.js b/webpack.config.js index ad5ea68..c1d8b68 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -86,7 +86,8 @@ const nodeConfig = { entry: './node/index.ts', output: { ...browserConfig.output, - path: path.resolve(__dirname, 'build', 'node') + path: path.resolve(__dirname, 'build', 'node'), + filename: 'index.js' } }