Skip to content

Commit

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

0 comments on commit fedafba

Please sign in to comment.