Skip to content

Commit

Permalink
fix: Fix too large build output (#11040)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Aug 12, 2024
1 parent 8b55cce commit 2e69c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const nextConfig = {

experimental: {
serverComponentsExternalPackages: ['rehype-preset-minify'],
outputFileTracingExcludes: {
'/**/*': ['./.git/**/*', './apps/**/*'],
},
},

webpack: (config, _options) => {
Expand Down

0 comments on commit 2e69c8c

Please sign in to comment.