소스 검색

remove minify

AykutSarac 2 년 전
부모
커밋
1fab5e681a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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: "/" },