ソースを参照

add swcMinify

AykutSarac 2 年 前
コミット
3d3de397c4
1 ファイル変更1 行追加0 行削除
  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: "/" },