Hi, I am moving an application from Vite to NextJS 13, with Redux and MUI. The problem is that when it compiles, many times the PC freezes. I don't really know if it's because I have badly optimized my code, it's something of nextjs 13 or it's my own PC the problem.
The application only has a Navbar, Home and Footer. And Redux stores like the cart and some fake products loaded to show them on the page.
I noticed that when the application loads it says that it loads some modules and I saw numbers like 20000 modules, is this normal?