chore: disable swc
This commit is contained in:
parent
681f672f04
commit
f9ab4d1595
|
|
@ -62,6 +62,9 @@ module.exports = withSentryConfig(
|
|||
},
|
||||
productionBrowserSourceMaps: true,
|
||||
|
||||
// https://github.com/vercel/next.js/issues/38436
|
||||
swcMinify: false,
|
||||
|
||||
webpack(config) {
|
||||
config.resolve.fallback = { fs: false } // polyfill node-id3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue