Jean-Michel FRANCOIS

Results 26 comments of Jean-Michel FRANCOIS

This is not the lib fault. This is your build process. IN your app ```npm i --save regenerator-runtime``` add the following import in your index.js ``` import "regenerator-runtime/runtime"; ```

Your error come from d3 which has been upgrade to 7.x d3 7.x has a major change about distribution which is now in esm. You can read more about this...

@Itrulia this is d3 global which is a set of d3-* package. d3-shape is the first which fail so nextjs stop but all of d3-XX packages are now pure ESM...

thanks @puku0x , the issue can be close

This has been discussed on our side (at Talend) before I did the change here. I am happy to see challenge here. This is a global question indeed. It is...

I have checked many packages it was not the case. Distribute types is OK but put types of deps is sth else.

I am **agree** to say it should be easy to install types dependencies of a package in the context of typescript which is not an environment but a toolchain. TS...

FYI we have never been able after multiple attempts to contribute back to this module with module-to-cdn. We have decided to fork it under Talend github organisation. The fork is...

Please @xile611 could you take a look ?