-
Notifications
You must be signed in to change notification settings - Fork 12k
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
fix production build - issue #1644 #1662
Conversation
…es: true } to fix production builds issue - see angular#1644 This fixes issue [https://github.com/angular/angular-cli/issues/1644](https://github.com/angular/angular-cli/issues/1644)
as we can see in this pull request, this is even the way on angular own build. https://github.com/angular/angular/pull/7988/files |
Yes this is what's needed to fix the issue. We can revert it once we support offline compiler |
ok @TheLarkInn. just did it. |
@abner still looks like this branch is out of date with latest master. |
@TheLarkInn @abner I'm updating it myself, no worries. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
changed mangle configuration to mangle: { screw_ie8 : true, keep_fnames: true } to fix production builds issue - see #1644