nativescript-dev-webpack
nativescript-dev-webpack copied to clipboard
Changes to component scss file are not applied on windows when run with --env.aot
Environment
- CLI: 6.0.3
- Plugin(s): @angular/[email protected]
Describe the bug Changes to component scss in angular project are not applied on windows with @angular/[email protected] and --env.aot
To Reproduce
-
tns create MyApp --template tns-template-master-detail-ng
-
npm i @ngtools/[email protected]
-
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
Caused by https://github.com/angular/angular-cli/issues/15340