This content originally appeared on DEV Community and was authored by Jnanendra Veer
Hi Folks,
How can we remove chunks from our Next.js code? We’re encountering two major issues: the website is heavy due to numerous chunks, and there are unwanted requests for chunks that also display all the JavaScript code in the browser.
This content originally appeared on DEV Community and was authored by Jnanendra Veer