chore: suppress module not found warning

This commit is contained in:
Yidadaa 2023-07-09 22:18:48 +08:00
parent a913d9728c
commit a282a80a6e
1 changed files with 4 additions and 0 deletions

View File

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