updated packages and srcset for jpg and webp

This commit is contained in:
cnachtigall1991
2021-10-07 20:16:08 +02:00
parent aa556988e6
commit 3515066ac0
5 changed files with 492 additions and 517 deletions

View File

@@ -12,6 +12,6 @@ module.exports = {
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
}
}