https://i.sstatic.net/z7jQv.png
In my nextjs project, the main page is loading and I noticed that 98% of unused bytes are in one specific chunk of code.
As I delved into the code, I came across a red line highlighting this snippet:
"use strict";
eval(...)
I'm unsure about its significance. Could it be indicating that the unused code was imported and utilized somewhere?
I could really use your expertise and a keyword to help me unravel this mystery.