Css Files load in production
Unanswered
Clapper Rail posted this in #help-forum
Clapper RailOP
I am facing an issue in Next.js. I created separate CSS files for 4 components and imported the CSS for each component within its respective file. Now, when I build the project, all the CSS gets combined into a single file, and it does not load component-wise. I am facing this problem in Next.js 14 with the app router.