1
0
Fork 0
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:
vitorsemeano 2020-10-22 01:10:40 +01:00
parent 6638c13e85
commit 19140f0459

View file

@ -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']
}
}
]
})