While inspecting the source for https://rawgit.com/cornerstonejs/dicomParser/master/examples/dumpWithDataDictionary/index.html, I noticed in the network debug window that dicomParser.min.js was 159K, much larger than I expected. I looked at the resonse tab and noticed a copyright notice for a node.js buffer module which is not needed for the browser version at least, since it uses TypedArrays. This likely got added as part of the change to WebPack. @dannyrb
While inspecting the source for https://rawgit.com/cornerstonejs/dicomParser/master/examples/dumpWithDataDictionary/index.html, I noticed in the network debug window that dicomParser.min.js was 159K, much larger than I expected. I looked at the resonse tab and noticed a copyright notice for a node.js buffer module which is not needed for the browser version at least, since it uses TypedArrays. This likely got added as part of the change to WebPack. @dannyrb