Browse Source

[Beta] Build for modern browsers (#4682)

main
dan 3 years ago
committed by GitHub
parent
commit
26d7dfb25c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      beta/next.config.js

4
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;

Loading…
Cancel
Save