feat: disable swcFileReading

This commit is contained in:
swve 2023-05-17 19:24:33 +00:00
parent 5696f13f8c
commit 8cac200261

View file

@ -7,10 +7,6 @@ const { withSentryConfig } = require('@sentry/nextjs');
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
reactStrictMode: false, reactStrictMode: false,
experimental: {
appDir : true,
swcFileReading: false,
},
swcMinify: false, swcMinify: false,
compiler: { compiler: {
styledComponents: true, styledComponents: true,