We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x
https://github.com/xiaoxiangmoe/angular-file-replacements-scss-error
run yarn start -c serve
yarn start -c serve
"serve":{ "fileReplacements": [ { "replace": "src/app/app-color.ts", "with": "src/app/app-color-replace.ts" }, { "replace": "src/app/_app-color.scss", "with": "src/app/_app-color-replace.scss" } ] }
fileReplacements in ts works, but fileReplacements in scss don't work.
If it works, the color should be green.
The text was updated successfully, but these errors were encountered:
Duplicate of #11451
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
🐞 Bug report
Command (mark with an
x
)🔬 Minimal Reproduction
https://github.com/xiaoxiangmoe/angular-file-replacements-scss-error
Description
run
yarn start -c serve
fileReplacements in ts works, but fileReplacements in scss don't work.
If it works, the color should be green.
The text was updated successfully, but these errors were encountered: