Fix linting issues in webpack config
This commit is contained in:
+1
-1
@@ -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'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -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'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user