Closed johnkim1x4 closed 7 years ago
Could you please provide more logs here? I guess it due to uglify in AOT mode..
more logs? that's really the only error I get after I run ng build
.
I searched google and it says it's related to how uglify doesn't support es6, so I'm just wondering if there's a workaround for that.
Please use ng-lottie@0.2.0 which I exported as es5. Here is a demo works with ng build -prod
It worked! Thank you!! 👍
Hi, So I have no issues compiling the project for development, but when running
ng build -prod
to deploy I get this error:Any help would be appreciated. Thank you.