fix fonts

This commit is contained in:
antelle 2019-08-16 22:04:29 +02:00
parent ebd0578ea2
commit fd0a8287dc
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function config(grunt, mode = 'production') {
},
{
test: /fonts\/.*\.(woff2|ttf|eot|svg)/,
use: ['raw-loader', 'ignore-loader']
use: ['url-loader', 'ignore-loader']
},
{ test: /\.woff$/, loader: 'url-loader' }
]