Skip to content

Commit

Permalink
next.config fs true to fix bcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
bshevchenko committed May 27, 2024
1 parent f5b2f9a commit 2882577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const nextConfig = {
ignoreDuringBuilds: process.env.NEXT_PUBLIC_IGNORE_BUILD_ERROR === "true",
},
webpack: config => {
config.resolve.fallback = { fs: true, net: false, tls: false };
config.resolve.fallback = { net: false, tls: false };
return config;
},
};
Expand Down

0 comments on commit 2882577

Please sign in to comment.