Merge pull request #2835 from jellyfin/nvv-webpack-fix
Add "jellyfin" to output file names
This commit is contained in:
commit
bc879e12fa
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module.exports = {
|
|||
})
|
||||
],
|
||||
output: {
|
||||
filename: '[name].bundle.js',
|
||||
filename: '[name].jellyfin.bundle.js',
|
||||
chunkFilename: '[name].[contenthash].chunk.js',
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
publicPath: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue