Skip to content

Commit 121261c

Browse files
fast-xml-parser
1 parent d100ca7 commit 121261c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/mapboxgl/include-mapboxgl.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@
132132
if (inArray(includes, 'convert')) {
133133
inputScript(libsurl + '/xml-js/1.6.8/xml-js.min.js');
134134
}
135+
if (inArray(includes, 'XMLParser')) {
136+
inputScript(libsurl + '/fast-xml-parser/4.2.7/fxparser.min.js');
137+
}
135138
if (inArray(includes, 'LegacyJSONLoader')) {
136139
inputScript(libsurl + '/three/0.110.0/examples/js/loaders/deprecated/LegacyJSONLoader.js');
137140
}

0 commit comments

Comments
 (0)