mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
added missing files to dist
This commit is contained in:
@@ -15,13 +15,21 @@ module.exports = {
|
||||
new CleanWebpackPlugin(),
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
{
|
||||
from: 'config*.json',
|
||||
to: ''
|
||||
},
|
||||
{
|
||||
from: 'themes/',
|
||||
to: 'themes/'
|
||||
},
|
||||
{
|
||||
from: 'assets/**',
|
||||
globOptions: {
|
||||
ignore: ['**/css/*']
|
||||
}
|
||||
},
|
||||
{
|
||||
from: '*.*',
|
||||
globOptions: {
|
||||
ignore: ['**.js', '**.html']
|
||||
}
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user