Skip to content

Commit

Permalink
feat: disable swc due to EmojiPicker loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Sep 13, 2023
1 parent 4273473 commit 55c584b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 55c584b

Please sign in to comment.