How to bundle D3 v4 using webpack?
Hi, I have read that D3 v4 has added modularity to all its modules thereby needing the user to implement all of them or select and bundle the specific ones (most of them are suggesting rollup.js). But I am using webpack and I do not have any patience...
Join discussion