Skip to content

Commit

Permalink
fix: Disable swcMinify temporarily until vercel/next.js#36127 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Luukuton committed Apr 18, 2022
1 parent 9802f04 commit a6eb5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/next.config.mjs
Expand Up @@ -2,7 +2,7 @@ import { withPlaiceholder } from "@plaiceholder/next"

export default withPlaiceholder({
reactStrictMode: true,
swcMinify: true,
swcMinify: false,
async rewrites() {
return [
{
Expand Down

0 comments on commit a6eb5ae

Please sign in to comment.