mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
756221bb2d
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