diff --git a/next.config.js b/next.config.js index ec9ce1179a..b6922f7b24 100644 --- a/next.config.js +++ b/next.config.js @@ -18,6 +18,9 @@ module.exports = withBundleAnalyzer({ }, productionBrowserSourceMaps: true, + // Temporary fix for EmojiPicker loading issue + swcMinify: false, + webpack(config) { config.resolve.fallback = { fs: false } // polyfill node-id3