Skip to content

Commit

Permalink
swcMinify was breaking the build :RIP:
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsstc committed Nov 4, 2021
1 parent 6e5196a commit 0567af4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
reactStrictMode: true,
swcMinify: true,
// swcMinify: true,
// optimization: {
// minimize: false,
// },
}

0 comments on commit 0567af4

Please sign in to comment.