-
Notifications
You must be signed in to change notification settings - Fork 2
troubleshooting
benholloway edited this page Jun 22, 2016
·
10 revisions
Inspection of source-maps is only practicable for simple projects. When this is done the source-maps appear to be flawless.
However, there are cases where breakpoints are sometimes not hit, particularly with IDEs such as Webstorm. If you encounter this use the the UNMINIFIED=true
option. So long as you also use the ng-strict-di directive you can limit the surprises you will get when later minifying.
The default value of the names
option will cause only the root composition to be released. You need to set an explicit value.
-
Getting started
-
Reference
-
How it works