File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
77
}
78
78
if ( ! inArray ( excludes , 'iclient-classic' ) ) {
79
79
if ( supportES6 ( ) ) {
80
- inputScript ( "../../dist/classic/iclient-classic-es6.js" ) ;
80
+ inputScript ( "../../dist/classic/iclient-classic-es6.min. js" ) ;
81
81
} else {
82
- inputScript ( "../../dist/classic/iclient-classic.js" ) ;
82
+ inputScript ( "../../dist/classic/iclient-classic.min. js" ) ;
83
83
}
84
84
}
85
85
if ( inArray ( includes , 'tianditu' ) ) {
Original file line number Diff line number Diff line change 159
159
inputScript ( "../../dist/mapboxgl/iclient-mapboxgl-vue.min.js" ) ;
160
160
}
161
161
if ( inArray ( includes , 'iclient-mapboxgl-react' ) ) {
162
- inputCSS ( "../../dist/mapboxgl/iclient-mapboxgl-react.css" ) ;
163
- inputScript ( "../../dist/mapboxgl/iclient-mapboxgl-react.min.js" ) ;
164
- }
162
+ inputCSS ( "../../dist/mapboxgl/iclient-mapboxgl-react.css" ) ;
163
+ inputScript ( "../../dist/mapboxgl/iclient-mapboxgl-react.min.js" ) ;
164
+ }
165
165
}
166
166
167
167
load ( ) ;
You can’t perform that action at this time.
0 commit comments