diff --git a/webpack.config.js b/webpack.config.js index dd7c87ae3..cae5f219c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -7,7 +7,7 @@ module.exports = { entry: './src/index.js', output: { path: path.join(__dirname, 'dist'), - filename: 'bundle.js', + filename: 'stremio-web.js', publicPath: '/' }, module: {