Pavel Bely
Pavel Bely
@balazsorban44, I created a repo with the same `next.config.js `, `package.json`, `babel.confing.js`, `tsconfig.json` as in my project: https://github.com/R1ZEN/next-compilation-issue
@balazsorban44 thanks. I run building the project on Archlinux and Ubuntu, the compilation time on `12.2.0` is the same as `12.0.9`. It seems the problem is in macOS. Perhaps this...
Used `next.config.js` without plugins and webpack decoration, the compilation result was also slow.
@balazsorban44, I added you to a [repo](https://github.com/realtby/www-compilation-issue) where the issue is consistently reproduced.
@balazsorban44 any updates on this issue?
For me, the issue is reproduced in `v12.3.1-canary.1`, compilation time is also slow
I found out that in my case, the problem was in `tailwind` v3. Directives used in css files slowed down the build. I solved the problem by replacing the glob...