diff --git a/next.config.mjs b/next.config.mjs index 0116d4c2d..999ead2dc 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -24,7 +24,6 @@ const nextConfig = { 'lucide-react', 'framer-motion', '@/components/ui', - '@sentry/nextjs', 'react-hook-form', 'zod', 'date-fns', @@ -55,6 +54,8 @@ const nextConfig = { ...config.resolve.alias, 'next/dist/build/polyfills/polyfill-module': false, 'next/dist/build/polyfills/polyfill-nomodule': false, + 'core-js': false, + 'regenerator-runtime': false, }; }