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 7777 }
7878 if ( ! inArray ( excludes , 'iclient-classic' ) ) {
7979 if ( supportES6 ( ) ) {
80- inputScript ( "../../dist/classic/iclient-classic-es6.js" ) ;
80+ inputScript ( "../../dist/classic/iclient-classic-es6.min. js" ) ;
8181 } else {
82- inputScript ( "../../dist/classic/iclient-classic.js" ) ;
82+ inputScript ( "../../dist/classic/iclient-classic.min. js" ) ;
8383 }
8484 }
8585 if ( inArray ( includes , 'tianditu' ) ) {
Original file line number Diff line number Diff line change 159159 inputScript ( "../../dist/mapboxgl/iclient-mapboxgl-vue.min.js" ) ;
160160 }
161161 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+ }
165165 }
166166
167167 load ( ) ;
You can’t perform that action at this time.
0 commit comments