I'm trying to build an ES module for dicom-image-loader and encountering several issues. It seems like dicom-parser attempts to check if pako is defined or not, and then decides whether to use it. My question is, why not simply depend on pako directly? Currently, dicom-parser has zero dependencies and only dev dependencies.
@yagni