Skip to content

Commit c67293e

Browse files
committed
fix: attempt build hotfix
1 parent b2da7d9 commit c67293e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ const nextConfig = {
6565
],
6666
// Removes the warning regarding the WebPack Build Worker
6767
webpackBuildWorker: false,
68+
// Otherwise Build fails due to unrecognizable character
69+
serverComponentsExternalPackages: ['@sentry/profiling-node'],
6870
},
6971
};
7072

0 commit comments

Comments
 (0)