ngxs-labs / entity-state

⏱ WIP: Entity adapter
48 stars 12 forks source link

Change UMD Bundling from ES2015 to ES5? #305

Open spyter opened 3 years ago

spyter commented 3 years ago

I am getting an error when trying to use ngcc in conjunction with this package, and according to the below post it has to do with the way the package is being bundled. This package is currently bundled in ES2015 format and ngcc uses ES5. Is there a reason this is configured for ES2015, or can it be changed to ES5?

https://github.com/angular/angular/issues/40178

jgarniec commented 2 years ago

Any update on that issue?

tarynlaramie commented 2 years ago

we need this updated so that we can upgrade to Angular 13 and 14

MussaratAziz commented 1 year ago

Any update?

JanMalch commented 1 year ago

I'm sorry. See #308

MussaratAziz commented 1 year ago

Hi @JanMalch i have made it compatible with version 14.2.0 please check this package npm i entitystate-ngxs

JanMalch commented 1 year ago

Feel free to open a PR with your setup @MussaratAziz