Browse Source

remove minify

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

+ 0 - 1
next.config.js

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