DEV Community

Discussion on: Add Bootstrap to Next.js App

Collapse
 
kalimkhan87 profile image
Kalim Mohammad Vazir

For next@latest no need to add next.config.js to have withCSS, withLess, withSass. nextjs will take care of it. if we add it then we might get error.

I have faced the error so i removed the next.config.js file and then everything working fine.