mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add "jellyfin" to output file names
This commit is contained in:
parent
31e20e4bac
commit
eb182c40d6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module.exports = {
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
output: {
|
output: {
|
||||||
filename: '[name].bundle.js',
|
filename: '[name].jellyfin.bundle.js',
|
||||||
chunkFilename: '[name].[contenthash].chunk.js',
|
chunkFilename: '[name].[contenthash].chunk.js',
|
||||||
path: path.resolve(__dirname, 'dist'),
|
path: path.resolve(__dirname, 'dist'),
|
||||||
publicPath: ''
|
publicPath: ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue