NativeScript / nativescript-schematics

nativescript, mobile, schematics, angular
Apache License 2.0
185 stars 26 forks source link

Build fails with nativescript-dev-webpack@rc #261

Open endarova opened 5 years ago

endarova commented 5 years ago

Environment package_json.txt

Describe the bug After updating to nativescript-dev-webpack@rc the app cannot build anymore.

To Reproduce

  1. npm i -g @angular/cli
  2. npm i -g @nativescript/schematics
  3. ng new --collection=@nativescript/schematics TestApp --shared
  4. tns run iOS the app runs on device
  5. npm i nativescript-dev-webpack@rc --save-dev
  6. node_modules/.bin/update-ns-webpack --deps --configs
  7. tns run iOS the app build exits with error: Log: log.txt
endarova commented 5 years ago

related to #260