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 079d92c commit c49fda5Copy full SHA for c49fda5
dist/mapboxgl/include-mapboxgl.js
@@ -94,7 +94,7 @@
94
inputScript(`${libsurl}/echartsLayer/EchartsLayer.min.js`);
95
}
96
if (inArray(includes, 'three')) {
97
- inputScript(`${libsurl}/three/0.150.1/build/three.min.js`);
+ inputScript(`${libsurl}/three/0.150.1/three.min.js`);
98
99
if (inArray(includes, 'three@0.121.1')) {
100
inputScript(`${libsurl}/three/0.121.1/build/three.js`);
0 commit comments