Skip to content

Commit e43759b

Browse files
committed
chore: turn off swcMinify
1 parent 8953518 commit e43759b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

next.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/** @type {import('next').NextConfig} */
22
const config = {
3+
// @TODO turn swcMinify back on once the agressive dead code elimination bug that casues
4+
// `ReferenceError: FieldPresenceWithOverlay is not defined` is fixed
5+
swcMinify: false,
6+
37
images: {
48
remotePatterns: [
59
{ hostname: 'cdn.sanity.io' },

0 commit comments

Comments
 (0)