File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
targets : {
5
5
browsers : ['last 2 versions' ],
6
6
},
7
+ corejs : 3 ,
8
+ useBuiltIns : " usage" ,
7
9
}],
8
10
],
9
11
}
Original file line number Diff line number Diff line change 22
22
},
23
23
"homepage" : " https://github.com/InsightSoftwareConsortium/itk-js#readme" ,
24
24
"dependencies" : {
25
+ "core-js" : " ^3.6.4" ,
25
26
"curry" : " ^1.2.0" ,
26
27
"dicom-parser" : " ^1.8.3" ,
27
28
"expose-loader" : " ^0.7.5" ,
28
- "itk" : " ^9.5.0" ,
29
- "regenerator-runtime" : " ^0.13.3"
29
+ "itk" : " ^12.1.0"
30
30
},
31
31
"devDependencies" : {
32
- "@babel/core" : " ^7.2 .0" ,
33
- "@babel/preset-env" : " ^7.2 .0" ,
32
+ "@babel/core" : " ^7.9 .0" ,
33
+ "@babel/preset-env" : " ^7.9 .0" ,
34
34
"babel-loader" : " ^8.0.4" ,
35
35
"copy-webpack-plugin" : " ^4.5.1" ,
36
36
"tap-spec" : " ^4.1.1" ,
Original file line number Diff line number Diff line change 1
1
import PromiseFileReader from 'promise-file-reader'
2
2
import dicomParser from 'dicom-parser'
3
3
4
- import "regenerator-runtime/runtime" ;
5
-
6
4
import DICOM_TAG_DICT from './dicomTags'
7
5
8
6
function concatenate ( resultConstructor , arrays ) {
Original file line number Diff line number Diff line change @@ -35,5 +35,6 @@ module.exports = {
35
35
] ,
36
36
performance : {
37
37
maxAssetSize : 10000000
38
- }
38
+ } ,
39
+ devtool : 'source-map'
39
40
}
You can’t perform that action at this time.
0 commit comments