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 44 targets : {
55 browsers : ['last 2 versions' ],
66 },
7+ corejs : 3 ,
8+ useBuiltIns : " usage" ,
79 }],
810 ],
911}
Original file line number Diff line number Diff line change 2222 },
2323 "homepage" : " https://github.com/InsightSoftwareConsortium/itk-js#readme" ,
2424 "dependencies" : {
25+ "core-js" : " ^3.6.4" ,
2526 "curry" : " ^1.2.0" ,
2627 "dicom-parser" : " ^1.8.3" ,
2728 "expose-loader" : " ^0.7.5" ,
28- "itk" : " ^9.5.0" ,
29- "regenerator-runtime" : " ^0.13.3"
29+ "itk" : " ^12.1.0"
3030 },
3131 "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" ,
3434 "babel-loader" : " ^8.0.4" ,
3535 "copy-webpack-plugin" : " ^4.5.1" ,
3636 "tap-spec" : " ^4.1.1" ,
Original file line number Diff line number Diff line change 11import PromiseFileReader from 'promise-file-reader'
22import dicomParser from 'dicom-parser'
33
4- import "regenerator-runtime/runtime" ;
5-
64import DICOM_TAG_DICT from './dicomTags'
75
86function concatenate ( resultConstructor , arrays ) {
Original file line number Diff line number Diff line change @@ -35,5 +35,6 @@ module.exports = {
3535 ] ,
3636 performance : {
3737 maxAssetSize : 10000000
38- }
38+ } ,
39+ devtool : 'source-map'
3940}
You can’t perform that action at this time.
0 commit comments