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.
swcMinify
1 parent 8953518 commit e43759bCopy full SHA for e43759b
next.config.mjs
@@ -1,5 +1,9 @@
1
/** @type {import('next').NextConfig} */
2
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
+
7
images: {
8
remotePatterns: [
9
{ hostname: 'cdn.sanity.io' },
0 commit comments