NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

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

Open endarova opened 5 years ago

endarova commented 5 years ago

Environment

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

  1. tns create MyApp --template tns-template-master-detail-ng
  2. npm i @ngtools/webpack@8.2
  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

rosen-vladimirov commented 5 years ago

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