d3 / d3-request

A convenient alternative to XMLHttpRequest.
BSD 3-Clause "New" or "Revised" License
110 stars 54 forks source link

Problem with requesting local files? #29

Closed guypursey closed 7 years ago

guypursey commented 7 years ago

I have noticed issues with using d3.request since moving my repository from D3 version 4.10.0 to version 4.10.2.

By examining my package-lock.json, I noticed one difference is that the former uses d3-request version 1.0.5 whereas the latter uses d3-request version 1.0.6.

The situation:

Since rolling back to D3 v4.10.0 I have not had this problem.

mbostock commented 7 years ago

Duplicate of #24. Please see that issue for discussion on how to bundle D3 modules.

guypursey commented 7 years ago

Thanks. Apologies for missing the previous issue on this. Will have a read.