-
Notifications
You must be signed in to change notification settings - Fork 231
Closed
Description
The node package is broken. I get :
ReferenceError: window is not defined
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define("dicom-parser", [], factory);
else if(typeof exports === 'object')
exports["dicom-parser"] = factory();
else
root["dicomParser"] = factory();
})(window, function() { // <==== HERE
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};I suppose this is probably due to the change to webpack 4? At least one node test case should probably be included..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels