{
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
loader: 'url-loader',
query: {
limit: 10000,
name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
}
}
|
|
|
|
|
|
|
|
|
|
|
|
{
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
loader: 'url-loader',
//query: {
// limit: 10000,
// name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
//}
}