Explorar el Código

add swcMinify

AykutSarac hace 2 años
padre
commit
3d3de397c4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      next.config.js

+ 1 - 0
next.config.js

@@ -9,6 +9,7 @@ const withPWA = require("next-pwa")({
  * @type {import('next').NextConfig}
  */
 const nextConfig = {
+  swcMinify: true,
   reactStrictMode: true,
   exportPathMap: async () => ({
     "/": { page: "/" },