nativescript-dev-webpack icon indicating copy to clipboard operation
nativescript-dev-webpack copied to clipboard

Changes to component scss file are not applied on windows when run with --env.aot

Open endarova opened this issue 5 years ago • 1 comments

Environment

Describe the bug Changes to component scss in angular project are not applied on windows with @angular/[email protected] and --env.aot

To Reproduce

  1. tns create MyApp --template tns-template-master-detail-ng
  2. npm i @ngtools/[email protected]
  3. tns run android --env.aot
  4. Make changes in _car-list.component.scss Changes are not applied, livesync is not triggered

Expected behavior Changes to be applied

endarova avatar Aug 14 '19 08:08 endarova

Caused by https://github.com/angular/angular-cli/issues/15340

rosen-vladimirov avatar Aug 15 '19 07:08 rosen-vladimirov