mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Revert "Use absolute path in CopyPlugin config"
This reverts commit 8d2cd24044
.
This commit is contained in:
parent
ce95dced1d
commit
f39e23c825
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
{
|
||||
from: __dirname + '/*.*',
|
||||
from: '*.*',
|
||||
globOptions: {
|
||||
ignore: ['**.js', '**.html']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue