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

chore: suppress module not found warning
This commit is contained in:
Yifei Zhang
2023-07-09 22:23:43 +08:00
committed by GitHub

View File

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