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)$/,
|
||||
use: [
|
||||
'file-loader',
|
||||
'file-loader'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue