-
Notifications
You must be signed in to change notification settings - Fork 46
Error with ng build --prod #40
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
Comments
not sure if this is related but seems to be: also this as well |
It seems it might be related indeed @chrishawn. It might also be related to ng-packagr which is now used to output the library. PRs are welcome, I don't think I will be able to get to it until this weekend. |
i poked around with it for a little while both options didn't seem to fix it, i think one needs to dig deeper, also many people having problems with this. |
I have the same problem. |
Sorry everyone, I've been busy. This error is being caused by ng-packagr, I'll try and get a fix out for this as soon as possible unless someone beats me to it. |
Fixed by #42 |
@scott-wyatt this reproduces now for me in beta.6 |
Also seeing the same problem on 6.0.0-beta.x |
yeah it definitely seems to be back |
This comment has been minimized.
This comment has been minimized.
Locking this issue, please continue conversation in #74 |
With version
1.0.0-beta.12
- whenng build --prod
is called it fails to compile saying:P.S: I use a CoreModule instead of AppModule
It works fine with
1.0.0-beta.11
thoughThe text was updated successfully, but these errors were encountered: