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

Fix linting issues in webpack config

This commit is contained in:
MrTimscampi 2020-04-25 14:07:20 +02:00
parent 5f04c783e5
commit 380d66c3d7
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ module.exports = merge(common, {
{
test: /\.(woff|woff2|eot|ttf|otf)$/,
use: [
'file-loader',
'file-loader'
]
}
]