mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: disable swcFileReading
This commit is contained in:
parent
5696f13f8c
commit
8cac200261
1 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue