Skip to content

Commit e8ca715

Browse files
author
Katy DeCorah
authored
Update link to transpiling guide (#11096)
1 parent 1276c84 commit e8ca715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/bundle_prelude.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!shared) {
99
} else if (!worker) {
1010
worker = chunk;
1111
} else {
12-
var workerBundleString = "self.onerror = function() { console.error('An error occurred while parsing the WebWorker bundle. This is most likely due to improper transpilation by Babel; please see https://docs.mapbox.com/mapbox-gl-js/api/#transpiling-v2'); }; var sharedChunk = {}; (" + shared + ")(sharedChunk); (" + worker + ")(sharedChunk); self.onerror = null;"
12+
var workerBundleString = "self.onerror = function() { console.error('An error occurred while parsing the WebWorker bundle. This is most likely due to improper transpilation by Babel; please see https://docs.mapbox.com/mapbox-gl-js/guides/install/#transpiling'); }; var sharedChunk = {}; (" + shared + ")(sharedChunk); (" + worker + ")(sharedChunk); self.onerror = null;"
1313

1414
var sharedChunk = {};
1515
shared(sharedChunk);

0 commit comments

Comments
 (0)