Closed jenswet closed 4 years ago
Sorry about the mistake, ivy files should not be shipped with the package. Thanks for your notification!
FWIW, I can confirm that v5.1.2 fixed our tests: angular/ngcc-validation#1606 Thx, @xieziyu :+1:
v5.1.2 fixed the build for me. Thanks a lot @xieziyu!
Unfortunately the Angular 10 build is still broken with v5.1.1
ng-serve
gives two errors:After finishing the compile process following error occurs during
ng serve
andng build --prod
:The problem likely is that lib/ngx-echarts.module.d.ts.__ivy_ngcc_bak is still shipped in the new npm release.
@xieziyu It would be great if you can push another release without these two ngcc_bak files soon. Thanks a lot!
Please check https://github.com/xieziyu/ngx-echarts/issues/250#issuecomment-663572213 for more information. @gkalpak can probably help if there are further questions.