Merge pull request #2835 from jellyfin/nvv-webpack-fix

Add "jellyfin" to output file names
This commit is contained in:
Bill Thornton 2021-08-09 12:11:19 -07:00 committed by GitHub
commit bc879e12fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: ''