fix(cli): Add npm packaged mode not working (#3689)
This commit is contained in:
parent
01d843f267
commit
28cec04ff4
@ -39,6 +39,12 @@ const config = {
|
|||||||
amd: '@ohif/ui',
|
amd: '@ohif/ui',
|
||||||
root: '@ohif/ui',
|
root: '@ohif/ui',
|
||||||
},
|
},
|
||||||
|
'@ohif/mode-longitudinal': {
|
||||||
|
commonjs2: '@ohif/mode-longitudinal',
|
||||||
|
commonjs: '@ohif/mode-longitudinal',
|
||||||
|
amd: '@ohif/mode-longitudinal',
|
||||||
|
root: '@ohif/mode-longitudinal',
|
||||||
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
module: {
|
module: {
|
||||||
|
|||||||
@ -20,8 +20,7 @@
|
|||||||
"@ohif/core": "^{LATEST_OHIF_VERSION}"
|
"@ohif/core": "^{LATEST_OHIF_VERSION}"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.20.13",
|
"@babel/runtime": "^7.20.13"
|
||||||
"@ohif/mode-longitudinal": "^{LATEST_OHIF_VERSION}"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.21.4",
|
"@babel/core": "^7.21.4",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user