We’re often developing multiple Node packages at the same time, symlinking their trees around in order to test them in other projects prior to release. And sometimes we hit some pretty confusing behavior. Crazy caching issues, confounding crashes, and all manner of chaos. All resulting from one cause: Duplicate modules appearing in our Rollup.js-bundled JavaScript. […]