We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860cdb6 commit 33c46a4Copy full SHA for 33c46a4
tasks/cibundle.mjs
@@ -19,15 +19,13 @@ var tasks = [];
19
// Bundle plotly.js
20
tasks.push(function(done) {
21
_bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuild, {
22
- noCompressAttributes: true,
23
}, done)
24
});
25
26
// Bundle plotly.min.js
27
28
_bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuildMin, {
29
minify: true,
30
31
32
33
0 commit comments