-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Milestone
Description
Versions
- angular CLI: 6.1.2
- angular-devkit/build-angular: ~0.7.2
- ide: Webstorm 2018.2
Repro steps
The log given by the failure
- Before angular-devkit/build-angular: 0.7.2(like 0.6.8), there is a problem with 'importing node_modules using Less'.
- In angular-devkit/build-angular:0.7.2, unit test with karma can not debug(breakpoints cannot get into debug dialog) in Webstorm 2018.2, but the bug with importing node_modules fixed.
Desired functionality
- Unit-test can run properly.
Mini repo for issue
- angular-devkit/build-angular: 0.6.8 version with module import problem the link
- angular-devkit/build-angular: 0.7.2 version with debug problem link
Mention any other details that might be useful
holger-at-schottel-de