nativescript-schematics
nativescript-schematics copied to clipboard
Build fails with nativescript-dev-webpack@rc
Environment package_json.txt
Describe the bug After updating to nativescript-dev-webpack@rc the app cannot build anymore.
To Reproduce
-
npm i -g @angular/cli
-
npm i -g @nativescript/schematics
-
ng new --collection=@nativescript/schematics TestApp --shared
-
tns run iOS
the app runs on device -
npm i nativescript-dev-webpack@rc --save-dev
-
node_modules/.bin/update-ns-webpack --deps --configs
-
tns run iOS
the app build exits with error: Log: log.txt
related to #260