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 f327251 commit d2fb543Copy full SHA for d2fb543
tasks/compress_attributes.js
@@ -1,7 +1,8 @@
1
const fs = require('fs');
2
3
/**
4
- * ESBuild plugin that strips out meta attributes of the plotly.js bundles. This helps reduce the file size for the build used by CI.
+ * esbuild plugin that strips out meta attributes of the plotly.js
5
+ * bundles. This helps reduce the file size for the build.
6
*/
7
8
const WHITESPACE_BEFORE = '\\s*';
0 commit comments