Skip to content

Commit

Permalink
Remove swcMinify from Next config in CNA template (#43782)
Browse files Browse the repository at this point in the history
Co-authored-by: Balázs Orbán <info@balazsorban.com>
  • Loading branch information
iteratetograceness and balazsorban44 committed Dec 7, 2022
1 parent b168c37 commit 783a3ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}

module.exports = nextConfig
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}

module.exports = nextConfig

0 comments on commit 783a3ce

Please sign in to comment.