From b2c45c9b6947293add978806898462440c72ab3c Mon Sep 17 00:00:00 2001 From: Chika Date: Thu, 19 May 2022 15:29:26 +0300 Subject: [PATCH] build: enable swc --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 064a367..2729fbf 100644 --- a/next.config.js +++ b/next.config.js @@ -4,6 +4,7 @@ const withGraphQL = require('next-plugin-graphql'); /** @type {import('next').NextConfig} */ const nextConfig = { + swcMinify: true, reactStrictMode: false, eslint: { ignoreDuringBuilds: true,