File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ module.exports = {
6565 ]
6666 }
6767 } ;
68- configBase . moduleVersion === 'es6' && ( babelConfig . include = / F G B L a y e r | f l a t g e o b u f / ) ;
68+ configBase . moduleVersion === 'es6' && ( babelConfig . include = / F G B L a y e r | f l a t g e o b u f | f a s t - x m l - p a r s e r / ) ;
6969 moduleRules . push ( babelConfig ) ;
7070 moduleRules . push ( configBase . module . rules . css ) ;
7171 return moduleRules ;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ module.exports = {
6262 ]
6363 }
6464 } ;
65- configBase . moduleVersion === 'es6' && ( babelConfig . include = / F G B L a y e r | f l a t g e o b u f / ) ;
65+ configBase . moduleVersion === 'es6' && ( babelConfig . include = / F G B L a y e r | f l a t g e o b u f | f a s t - x m l - p a r s e r / ) ;
6666 moduleRules . push ( babelConfig ) ;
6767 moduleRules . push ( configBase . module . rules . css ) ;
6868 return moduleRules ;
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ module.exports = {
9292 ]
9393 }
9494 }
95- configBase . moduleVersion === "es6" && ( babelConfig . include = / F G B | f l a t g e o b u f / ) ;
95+ configBase . moduleVersion === "es6" && ( babelConfig . include = / F G B | f l a t g e o b u f | f a s t - x m l - p a r s e r / ) ;
9696 moduleRules . push ( babelConfig ) ;
9797 moduleRules . push ( configBase . module . rules . css ) ;
9898 return moduleRules ;
Original file line number Diff line number Diff line change 150150 "@turf/turf" : " 7.2.0" ,
151151 "canvg" : " ^4.0.3" ,
152152 "echarts" : " 5.5.0" ,
153- "fast-xml-parser" : " 5.3.5 " ,
153+ "fast-xml-parser" : " ^5.4.2 " ,
154154 "fetch-ie8" : " 1.5.0" ,
155155 "fetch-jsonp" : " 1.1.3" ,
156156 "flatgeobuf" : " 3.31.1" ,
Original file line number Diff line number Diff line change 2222 "@turf/meta" : " ^7.2.0" ,
2323 "canvg" : " ^4.0.3" ,
2424 "echarts" : " 5.5.0" ,
25- "fast-xml-parser" : " 5.3.5 " ,
25+ "fast-xml-parser" : " ^5.4.2 " ,
2626 "fetch-ie8" : " 1.5.0" ,
2727 "fetch-jsonp" : " 1.1.3" ,
2828 "flatgeobuf" : " 3.31.1" ,
You can’t perform that action at this time.
0 commit comments