next.js
756221bb - Turbopack: fix module rules for `.module.scss` (#82570)

Commit
143 days ago
Turbopack: fix module rules for `.module.scss` (#82570) It ran `postcss(webpack(postcss(filesource)))`, which doesn't work. And changing the order does make sense, since we do want Webpack (SCSS) to run first, and only then PostCSS? #82554 didn't catch every case
Author
Parents
Loading