mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(webpack) css: font resource ignores prefix setting (#185)
This commit is contained in:
parent
e337a34cd7
commit
dd7e94cde8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue