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:
parent
f39e23c825
commit
0d39e7e1b5
1 changed files with 2 additions and 0 deletions
|
@ -44,12 +44,14 @@ module.exports = {
|
||||||
{
|
{
|
||||||
from: 'assets/**',
|
from: 'assets/**',
|
||||||
globOptions: {
|
globOptions: {
|
||||||
|
dot: true,
|
||||||
ignore: ['**/css/*']
|
ignore: ['**/css/*']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '*.*',
|
from: '*.*',
|
||||||
globOptions: {
|
globOptions: {
|
||||||
|
dot: true,
|
||||||
ignore: ['**.js', '**.html']
|
ignore: ['**.js', '**.html']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue