Skip to content

Commit 6825cd3

Browse files
committed
add noCompress true to geo assets
1 parent 32aa650 commit 6825cd3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tasks/bundle.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ tasks.push(function(done) {
5858
// Bundle the geo assets
5959
tasks.push(function(done) {
6060
_bundle(pathToPlotlyGeoAssetsSrc, pathToPlotlyGeoAssetsDist, {
61+
noCompress: true,
6162
standalone: 'PlotlyGeoAssets'
6263
}, function() {
6364
prependFile.sync(pathToPlotlyGeoAssetsDist, header, common.throwOnError);

tasks/cibundle.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ _bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuild, {
1818
}, function() {
1919
// Bundle the geo assets
2020
_bundle(constants.pathToPlotlyGeoAssetsSrc, constants.pathToPlotlyGeoAssetsDist, {
21+
noCompress: true,
2122
standalone: 'PlotlyGeoAssets'
2223
});
2324
});

0 commit comments

Comments
 (0)