1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix webpack globbing in hidden folder

This commit is contained in:
Dmitry Lyzo 2021-03-06 12:52:49 +03:00
parent f39e23c825
commit 0d39e7e1b5

View file

@ -44,12 +44,14 @@ module.exports = {
{
from: 'assets/**',
globOptions: {
dot: true,
ignore: ['**/css/*']
}
},
{
from: '*.*',
globOptions: {
dot: true,
ignore: ['**.js', '**.html']
}
}