From 8cac200261716e2e394403f62f34bf08d1477c30 Mon Sep 17 00:00:00 2001 From: swve Date: Wed, 17 May 2023 19:24:33 +0000 Subject: [PATCH] feat: disable swcFileReading --- front/next.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/front/next.config.js b/front/next.config.js index 0bacc25a..b8c0a4e7 100644 --- a/front/next.config.js +++ b/front/next.config.js @@ -7,10 +7,6 @@ const { withSentryConfig } = require('@sentry/nextjs'); /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, - experimental: { - appDir : true, - swcFileReading: false, - }, swcMinify: false, compiler: { styledComponents: true,