Skip to content

Commit

Permalink
fix(webpack) css: font resource ignores prefix setting (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 8, 2018
1 parent e337a34 commit dd7e94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .webpack/css.js
Expand Up @@ -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 = {
Expand Down

0 comments on commit dd7e94c

Please sign in to comment.