Skip to content

Commit

Permalink
Update next.config.js - remove unrecognised fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun authored Feb 3, 2025
1 parent 303dab4 commit 0cff07b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ const isProd = process.env.NODE_ENV === 'production'
const nextConfig = {
reactStrictMode: true,
output: 'export',
swcMinify: true,
experimental: { appDir: true },
future: { webpack5: true },
webpack: (config) => {
config.resolve.fallback = {
Expand Down

0 comments on commit 0cff07b

Please sign in to comment.