library · inferred from evidence
modern Sass API
The updated API for Sass with changes like replacing includePaths with loadPaths.
- Can't find stylesheet to import after upgrading to Next.js 16 — sassOptions additionalData and includePaths broken
Maintainer-verified: Next.js 16 moved to sass-loader v16 and the modern Sass API, where the legacy includePaths option was replaced by loadPaths. Migrate your config to sassOptions: { loadPaths: [path.join(__dirname, "assets/styles")], addi