build: upgrade to v16.2.4
This commit is contained in:
+1
-4
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user