mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix code issues
This commit is contained in:
parent
a2ba96ab82
commit
11f6217bb2
17 changed files with 340 additions and 242 deletions
|
@ -46,8 +46,8 @@ module.exports = merge(common, {
|
|||
]
|
||||
},
|
||||
{
|
||||
test: /\.(wav)$/i,
|
||||
use: ["file-loader"]
|
||||
test: /\.(mp3)$/i,
|
||||
use: ['file-loader']
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue