HarryStevens / d3-regression

Calculate statistical regressions from two-dimensional data.
https://observablehq.com/collection/@harrystevens/d3-regression
BSD 3-Clause "New" or "Revised" License
167 stars 16 forks source link

Provide CJS and ESM build with babel/rollup #29

Closed lessmost closed 3 years ago

lessmost commented 4 years ago

Currently only UMD bundle is provides in package.json. The module field in package.json point to the source file index.js which is not compiled by babel.

HarryStevens commented 3 years ago

Merged. So sorry for the delay.