fix(webpack) css: font resource ignores prefix setting (#185)

This commit is contained in:
coderaiser 2018-09-08 20:49:52 +03:00
parent e337a34cd7
commit dd7e94cde8

View file

@ -42,7 +42,7 @@ const rules = [{
},
...cssPlugins.map(extract), {
test: /\.(png|gif|svg|woff|woff2|eot|ttf)$/,
loader: 'url-loader?limit=50000',
loader: 'url-loader?limit=100000',
}];
module.exports = {