revert the limit on base64 image encoding

This commit is contained in:
axolotle 2021-04-08 15:38:14 +02:00
parent 59373045a8
commit 982757244f

View file

@ -37,13 +37,6 @@ module.exports = {
)
]
},
chainWebpack: config => {
config.module
.rule('images')
.use('url-loader')
.loader('url-loader')
.tap(options => Object.assign(options, { limit: 0 }))
},
pluginOptions: {
i18n: {
locale: 'en',