-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't use that module with angular-cli optimized builds #128
Comments
It looks like easy issue to fix, but I just wodering why |
I think I just need to override configs, but maybe you want to fix that issue |
This is very curious...the BodyOutputType IS defaulted intentionally. I suspect this is due to the optimize flag attempting dead code elimination and it may believe the property isn't needed. I will try to reproduce. |
This is currently fixed in 5.0.0-beta.1 and will be released in the full 5.0.0 release. |
Released in 5.0.0. |
Hi
I am using angular/cli=1.4.2, typescript=2.5.2 and latest version of Angular2-Toaster
I am trying to compile my app like
ng build -e=prod -aot --build-optimizer
, but I have these errors:my component
problematic line in toaster.js
The text was updated successfully, but these errors were encountered: