Upgrading From Create-React-App to Next.js - CSS stylesheets are not working
问题 Recently we found out that we have to use SSR for Our React Project. I have checked with every method that I know and almost tested all methods that I've found on medium and other sites. And after a lot of work, I decided that we have to migrate to Next JS. While the process of migrating everything is fine, but for the style sheets. In the old version of our app, we used webpack to bundle our styles with the project and everything was fine. This is the webpack.config.js const