Urlloader uses options not query params.
This commit is contained in:
@@ -64,7 +64,11 @@ const webpackConfig = function(isDev) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.woff(2)?(\?[a-z0-9]+)?$/,
|
test: /\.woff(2)?(\?[a-z0-9]+)?$/,
|
||||||
loader: "url-loader?limit=10000&mimetype=application/font-woff"
|
loader: "url-loader",
|
||||||
|
options: {
|
||||||
|
limit: 10000,
|
||||||
|
mimetype: "application/font-woff"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(ttf|eot|svg)(\?[a-z0-9]+)?$/,
|
test: /\.(ttf|eot|svg)(\?[a-z0-9]+)?$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user