apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
310 stars 78 forks source link

Where is the esm version? #264

Closed mjolk closed 1 year ago

mjolk commented 1 year ago

I tried to patch it myself but this whole javascript/typescript build ecosystem is a nightmare. Either the build plainly does not work or it defaults back to commonjs/amd. It's probably one of the zillion dependencies as is usual when using js. This thing adds 500kb and no treeshaking in angular because only the commonjs version appears to work. I've seen issues for this all over but apparently it's too hard to fix because of what?