1
0
Fork 0
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:
Dmitry Lyzo 2021-03-06 12:51:55 +03:00
parent ce95dced1d
commit f39e23c825

View file

@ -48,7 +48,7 @@ module.exports = {
} }
}, },
{ {
from: __dirname + '/*.*', from: '*.*',
globOptions: { globOptions: {
ignore: ['**.js', '**.html'] ignore: ['**.js', '**.html']
} }