Kristian Gosvig
Results
2
comments of
Kristian Gosvig
@sedghi , just adding context here Below is a working example. https://github.com/cornerstonejs/cornerstone3D The example contains a pretty serious amount of webpack config to make sure it's functional in the context....
@sedghi , we eventually found a solution to custom bundle. In our case this will do the trick, hope that is useful. ``` webpack: function (config, env) { config.module.rules =...