Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(@angular/build): move less stylesheet preprocessor to an optional peer dependency #27524

Merged
merged 1 commit into from
Apr 24, 2024

Commits on Apr 24, 2024

  1. refactor(@angular/build): move less stylesheet preprocessor to an opt…

    …ional peer dependency
    
    The Less stylesheet preprocessor is now an optional peer dependency of the
    newly introduced `@angular/build` build system package. Less stylesheet
    usage is currently estimated at less than 10% of projects with analytics enabled.
    Less stylesheets are still fully supported but usage will now require installing
    the `less` 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 `less` package.
    
    No changes are required for existing applications.
    clydin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8191dfc View commit details
    Browse the repository at this point in the history