Skip to content

Commit f7bda74

Browse files
committed
🔪 obsolete packFlat options
- something I forgot to do in #2572
1 parent 7acca0a commit f7bda74

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tasks/bundle.js

-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ tasks.push(function(cb) {
5151
standalone: 'Plotly',
5252
debug: DEV,
5353
compressAttrs: true,
54-
packFlat: true,
5554
pathToMinBundle: constants.pathToPlotlyDistMin
5655
}, cb);
5756
});
@@ -68,7 +67,6 @@ tasks.push(function(cb) {
6867
_bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyDistWithMeta, {
6968
standalone: 'Plotly',
7069
debug: DEV,
71-
packFlat: true
7270
}, function() {
7371
makeSchema(constants.pathToPlotlyDistWithMeta, constants.pathToSchema)();
7472
cb();
@@ -82,7 +80,6 @@ constants.partialBundlePaths.forEach(function(pathObj) {
8280
standalone: 'Plotly',
8381
debug: DEV,
8482
compressAttrs: true,
85-
packFlat: true,
8683
pathToMinBundle: pathObj.distMin
8784
}, cb);
8885
});

tasks/cibundle.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ _bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuild, {
1717
standalone: 'Plotly',
1818
debug: true,
1919
compressAttrs: true,
20-
packFlat: true,
2120
pathToMinBundle: constants.pathToPlotlyDistMin
2221
});
2322

0 commit comments

Comments
 (0)