Преглед на файлове

Merge pull request #2318 from Yidadaa/bugfix-0709-2

chore: suppress module not found warning
Yifei Zhang преди 1 година
родител
ревизия
300f023d2a
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      next.config.mjs

+ 4 - 0
next.config.mjs

@@ -20,6 +20,10 @@ const nextConfig = {
       );
     }
 
+    config.resolve.fallback = {
+      child_process: false,
+    };
+
     return config;
   },
   output: mode,