mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
revert the limit on base64 image encoding
This commit is contained in:
parent
59373045a8
commit
982757244f
1 changed files with 0 additions and 7 deletions
|
@ -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: {
|
pluginOptions: {
|
||||||
i18n: {
|
i18n: {
|
||||||
locale: 'en',
|
locale: 'en',
|
||||||
|
|
Loading…
Add table
Reference in a new issue