mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added missing files to dist
This commit is contained in:
parent
6638c13e85
commit
19140f0459
1 changed files with 12 additions and 4 deletions
|
@ -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']
|
||||
}
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue