Update dependencies (#20)

This commit is contained in:
Nazareno Oviedo
2022-04-06 14:44:09 -03:00
committed by GitHub
parent 4c8dd664ed
commit 50039fa90d
3 changed files with 92 additions and 271 deletions
+1 -4
View File
@@ -5,9 +5,6 @@ module.exports = withPlugins(
[withBundleAnalyzer({ enabled: process.env.ANALYZE === 'true' })],
{
reactStrictMode: false,
swcMinify: true,
images: {
formats: ['image/avif', 'image/webp']
}
swcMinify: true
}
)