We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dfbd2 commit 80c5fdfCopy full SHA for 80c5fdf
dist/mapboxgl/include-mapboxgl.js
@@ -187,6 +187,9 @@
187
inputCSS('../../dist/mapboxgl/iclient-mapboxgl-react.css');
188
inputScript('../../dist/mapboxgl/iclient-mapboxgl-react.min.js');
189
}
190
+ if (inArray(includes, 'vue-cesium')) {
191
+ inputScript('https://cdnjs.cloudflare.com/ajax/libs/vue-cesium/2.1.4/lib/index.umd.min.js');
192
+ }
193
194
195
load();
0 commit comments