-
feat(bundling)!: remove stylus support (#32035)
发布于
2025-07-23 15:52:50 +00:00 BREAKING CHANGE: Stylus (.styl) files are no longer supported.
Stylus has been deprecated and was slated to be removed in Nx 20.
Now we are removing it.- Remove
stylusandstylus-loaderdependencies - Remove
deprecated-stylus-loaderfile - Remove
stylusconfiguration fromwebpackandrspackplugins - Remove
'styl'option fromrspackgenerator schemas and TypeScript
definitions - Remove
.styl/.stylusextensions from executor schema file
completion globs
MISC
Even though we removed stylus from our repo as a dependency other
projects in the workspace still have stylus as an optional dependency:- Vite
- Astro
So we add a placeholder for it since on npm registry there is a
security placeholder.
Co-authored-by: Leosvel Pérez Espinosa leosvel.perez.espinosa@gmail.com
下载附件
- Remove