We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acf868 commit a64fd21Copy full SHA for a64fd21
tasks/cibundle.js
@@ -15,8 +15,10 @@ var _bundle = require('./util/browserify_wrapper');
15
// Browserify plotly.js and plotly.min.js
16
_bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuild, {
17
standalone: 'Plotly',
18
- pathToMinBundle: constants.pathToPlotlyDistMin,
19
- debug: true
+ debug: true,
+ compressAttrs: true,
20
+ packFlat: true,
21
+ pathToMinBundle: constants.pathToPlotlyDistMin
22
});
23
24
// Browserify the geo assets
0 commit comments