Skip to content

Commit

Permalink
Website: emit modern JS
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed May 31, 2022
1 parent 6c2e9c7 commit 8161c2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@ module.exports = {
typescript: {
// We check types in plenty other places, no need to waste time here
ignoreBuildErrors: true
},
// https://github.com/vercel/next.js/issues/37142#issuecomment-1135206523
experimental: {
legacyBrowsers: false,
browsersListForSwc: true
}
}

0 comments on commit 8161c2e

Please sign in to comment.