Skip to content

Commit

Permalink
Update maxInitialChunks to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
atcastle committed Oct 11, 2019
1 parent 72fea63 commit c8c4f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export default async function getBaseWebpackConfig(
reuseExistingChunk: true,
},
},
maxInitialRequests: 20,
maxInitialRequests: 15,
},
}

Expand Down

0 comments on commit c8c4f47

Please sign in to comment.