diff --git a/next.config.js b/next.config.js index 5a51ea9..e6ee49c 100644 --- a/next.config.js +++ b/next.config.js @@ -38,6 +38,10 @@ const NextConfig = { permanent: true } ] - } + }, + sentry: process.env.CI ? { + disableServerWebpackPlugin: true, + disableClientWebpackPlugin: true, + } : {} } module.exports = withSentryConfig(withPWA(NextConfig)) \ No newline at end of file