Skip to content

Regression in 7.3.0 when choosing SASS as preprocessor #13550

Closed
@wkurniawan07

Description

@wkurniawan07

🐞 Bug report

Command (mark with an x)

- [x] new
- [x] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc

Is this a regression?

Yes, the previous version in which this bug was not present was: All 7.x before 7.3.0

Description

When choosing Sass as the stylesheet preprocessor, CLI produces styles.scss but angular.json expects styles.sass.
Previous available choice of "Scss" is gone.

🔬 Minimal Reproduction

  1. ng new
  2. Choose Sass as the stylesheet format
  3. ng build or ng serve

🔥 Exception or Error

ERROR in multi ./src/styles.sass
Module not found: Error: Can't resolve '[...]/src/styles.sass' in '[...]'

[...] above refers to the project folder.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions