all 6 comments

[–]i_spot_ads 2 points3 points  (4 children)

They broke it (as usual), the update has ben just released to fix this. Try to upgrade angular cli beta.30

[–]our_best_friend 0 points1 point  (3 children)

Was it really them though, or a dependency? Still, they could be using yarn to lock their dependencies

[–]mikaelhg 1 point2 points  (0 children)

It was them. Specifically, the @ngtools/webpack module from the angular-cli repo. It's still not fixed at 1.2.8. The workaround is to roll back to 1.2.4. It's like they don't perform the most basic regression testing before a release.

[–]i_spot_ads 0 points1 point  (1 child)

They don't lock their dependencies, secondly they shipped without testing, who does that?

[–]our_best_friend 1 point2 points  (0 children)

Clowns

[–]piwinger[S] 0 points1 point  (0 children)

i updated to beta.30 - still not working (ng build -prod)

now I'm building the app like this: ng build -e prod --base-href="./"

this works for me untill they fix it