From 26d7dfb25c80120eb89f39d0edfb1b8a85a28220 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 24 May 2022 00:04:23 +0100 Subject: [PATCH] [Beta] Build for modern browsers (#4682) --- beta/next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beta/next.config.js b/beta/next.config.js index fbb4820b..39f3d5fc 100644 --- a/beta/next.config.js +++ b/beta/next.config.js @@ -10,9 +10,9 @@ module.exports = { pageExtensions: ['jsx', 'js', 'ts', 'tsx', 'mdx', 'md'], experimental: { plugins: true, - // TODO: this doesn't work because https://github.com/vercel/next.js/issues/30714 - concurrentFeatures: false, scrollRestoration: true, + legacyBrowsers: false, + browsersListForSwc: true, }, async redirects() { return redirects.redirects;