We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2da7d9 commit c67293eCopy full SHA for c67293e
next.config.mjs
@@ -65,6 +65,8 @@ const nextConfig = {
65
],
66
// Removes the warning regarding the WebPack Build Worker
67
webpackBuildWorker: false,
68
+ // Otherwise Build fails due to unrecognizable character
69
+ serverComponentsExternalPackages: ['@sentry/profiling-node'],
70
},
71
};
72
0 commit comments