You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
After updating to 2.1.0, rollup is not recognizing imported ES6 modules such as d3 or topojson. I tested this by following the process here: https://bl.ocks.org/mbostock/bb09af4c39c79cffcde4. With rollup-plugin-node-resolve set at version 2.0.0, it works as expected; however, with 2.1.0, it gives the message "Treating 'd3-selection' as external dependency" and does not include. d3-selection's package.json has a module field.