Skip to content

Commit

Permalink
chore: turn off swcMinify
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 22, 2022
1 parent 8953518 commit e43759b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.mjs
@@ -1,5 +1,9 @@
/** @type {import('next').NextConfig} */
const config = {
// @TODO turn swcMinify back on once the agressive dead code elimination bug that casues
// `ReferenceError: FieldPresenceWithOverlay is not defined` is fixed
swcMinify: false,

images: {
remotePatterns: [
{ hostname: 'cdn.sanity.io' },
Expand Down

1 comment on commit e43759b

@vercel
Copy link

@vercel vercel bot commented on e43759b Nov 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.