Browse Source

add swcMinify

AykutSarac 2 năm trước cách đây
mục cha
commit
3d3de397c4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      next.config.js

+ 1 - 0
next.config.js

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