update
This commit is contained in:
parent
d704f7b386
commit
76f74505c5
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
.rule('images')
|
||||
.use('url-loader')
|
||||
.loader('url-loader')
|
||||
.tap(options => Object.assign(options, { limit: 10240 }))
|
||||
.tap(options => Object.assign(options, { limit: 5120 }))
|
||||
},
|
||||
configureWebpack: {
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in New Issue