You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(@angular/build): move postcss stylesheet processor to an optional peer dependency
The Postcss stylesheet processor is now an optional peer dependency of the
newly introduced `@angular/build` build system package. This change removes
the need for the package to have a direct dependency on the `postcss` package
and allows some version customization of the optional `postcss` package if needed.
Postcss plugins (including Tailwind) are still fully supported but usage will now require installing
the `postcss` package within the Angular workspace. An error with instructions to
install the package will be generated during a build if the package is not present.
This change only affects direct usage of the new `@angular/build` package.
The `@angular-devkit/build-angular` package which is currently used for all existing
projects will continue to contain and directly depend on the `postcss` package.
No changes are required for existing applications.
(cherry picked from commit 6b5c51a)
0 commit comments