fix: on-brand library global name

This commit is contained in:
dannyrb 2019-09-09 15:50:45 -04:00
parent 6c2217f2e5
commit ababe63a55

View File

@ -33,7 +33,7 @@ module.exports = (env, argv) => {
},
output: {
path: DIST_DIR,
library: 'ohifViewer',
library: 'OHIFViewer',
libraryTarget: 'umd',
filename: 'index.umd.js',
},