Skip to content

Commit

Permalink
Remove swcMinify from next config
Browse files Browse the repository at this point in the history
It started defaulting to true in Next.js 13 and appears to have been
removed in Next.js 15
https://nextjs.org/docs/pages/building-your-application/upgrading/version-13#v13-summary
  • Loading branch information
canac committed Nov 25, 2024
1 parent 0f7cf4a commit a6f64a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ const config = {
ignoreBuildErrors: true,
},
reactStrictMode: true,
swcMinify: true,
webpack: (config) => {
config.experiments = {
...config.experiments,
Expand Down

0 comments on commit a6f64a7

Please sign in to comment.