You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I have done is inject the dependencies using the $inject service just before the extendExceptionHandler function. Once this was done I was able to bundle and minify without trouble.
Dependencies for the exception handler provider are not minification safe and throw an error when I use the default aspnet bundling & minification.
Refer Line 48 in file below
https://github.com/johnpapa/ng-demos/blob/master/modular/src/client/app/blocks/exception/exception-handler.provider.js
$delegate, exceptionHandler, logger dependencies for "extendExceptionHandler" function should be injected using $inject service .
The text was updated successfully, but these errors were encountered: