web bundle file renamed

This commit is contained in:
NikolaBorislavovHristov 2019-03-01 12:20:24 +02:00
parent f398bf3516
commit 6839d0cc1f

View file

@ -7,7 +7,7 @@ module.exports = {
entry: './src/index.js', entry: './src/index.js',
output: { output: {
path: path.join(__dirname, 'dist'), path: path.join(__dirname, 'dist'),
filename: 'bundle.js', filename: 'stremio-web.js',
publicPath: '/' publicPath: '/'
}, },
module: { module: {