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

chore: suppress module not found warning
main
Yifei Zhang 2 years ago committed by GitHub
commit 300f023d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save