Skip to content

Commit

Permalink
Enable esmExternals by default
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 13, 2021
1 parent 96c2980 commit 0a2f477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/config-shared.ts
Expand Up @@ -217,7 +217,7 @@ export const defaultConfig: NextConfig = {
disableOptimizedLoading: false,
gzipSize: true,
craCompat: false,
esmExternals: false,
esmExternals: true,
staticPageGenerationTimeout: 60,
// default to 50MB limit
isrMemoryCacheSize: 50 * 1024 * 1024,
Expand Down

0 comments on commit 0a2f477

Please sign in to comment.