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:
parent
5f04c783e5
commit
380d66c3d7
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ module.exports = merge(common, {
|
||||||
{
|
{
|
||||||
test: /\.(woff|woff2|eot|ttf|otf)$/,
|
test: /\.(woff|woff2|eot|ttf|otf)$/,
|
||||||
use: [
|
use: [
|
||||||
'file-loader',
|
'file-loader'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -21,7 +21,7 @@ module.exports = merge(common, {
|
||||||
{
|
{
|
||||||
test: /\.(woff|woff2|eot|ttf|otf)$/,
|
test: /\.(woff|woff2|eot|ttf|otf)$/,
|
||||||
use: [
|
use: [
|
||||||
'file-loader',
|
'file-loader'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue