From 758320501130ed5911cb95ed77955ed2de79b69f Mon Sep 17 00:00:00 2001 From: Flrande <50035259+Flrande@users.noreply.github.com> Date: Thu, 9 Feb 2023 04:53:30 +0800 Subject: [PATCH] build: use swc (#839) --- packages/app/next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/app/next.config.js b/packages/app/next.config.js index cd8eb2d10c..1ef34b267f 100644 --- a/packages/app/next.config.js +++ b/packages/app/next.config.js @@ -68,6 +68,9 @@ const nextConfig = { return profile; }, basePath: process.env.BASE_PATH, + experimental: { + forceSwcTransforms: true, + }, }; const baseDir = process.env.LOCAL_BLOCK_SUITE ?? '/';