build: upgrade to v16.2.4

This commit is contained in:
2026-04-16 12:52:51 +04:00
parent 60732601da
commit f7bd82754b
8 changed files with 2282 additions and 126 deletions
+1 -4
View File
@@ -1,5 +1,3 @@
const {withPlausibleProxy} = require('next-plausible')
const withPWA = require('next-pwa')({
disable: process.env.NODE_ENV !== 'production',
dest: 'public',
@@ -7,7 +5,7 @@ const withPWA = require('next-pwa')({
skipWaiting: true
})
module.exports = withPlausibleProxy()(withPWA({
module.exports = (withPWA({
webpack: config => {
config.module.rules.push({
test: /\.svg$/,
@@ -16,7 +14,6 @@ module.exports = withPlausibleProxy()(withPWA({
return config
},
swcMinify: true,
images: {
remotePatterns: [
{