This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Changes to component scss file are not applied on windows when run with --env.aot #1021
Copy link
Copy link
Open
Description
Environment
- CLI: 6.0.3
- Plugin(s): @angular/webpack@8.2
Describe the bug
Changes to component scss in angular project are not applied on windows with @angular/webpack@8.2 and --env.aot
To Reproduce
tns create MyApp --template tns-template-master-detail-ng
npm i @ngtools/webpack@8.2
tns run android --env.aot
- Make changes in _car-list.component.scss
Changes are not applied, livesync is not triggered
Expected behavior
Changes to be applied