From b93e98ff9e9f19726531d15c0cb3bf3ab99a29ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Beltr=C3=A1n=20Alarc=C3=B3n?= Date: Mon, 24 Oct 2022 23:59:56 +0200 Subject: [PATCH] Remove non-existing browserListForSwc config option https://github.com/vercel/next.js/pull/41529 --- next.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 45eb4514a..449dacf47 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,10 +7,6 @@ import { withSentryConfig } from '@sentry/nextjs' **/ const config = { reactStrictMode: true, - experimental: { - browsersListForSwc: true, - legacyBrowsers: false, - }, eslint: { // Disable ESLint during builds since there is a lint job in CI. ignoreDuringBuilds: true,