Skip to content

Commit d2fb543

Browse files
committed
Fix comment
1 parent f327251 commit d2fb543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/compress_attributes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
const fs = require('fs');
22

33
/**
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.
4+
* esbuild plugin that strips out meta attributes of the plotly.js
5+
* bundles. This helps reduce the file size for the build.
56
*/
67

78
const WHITESPACE_BEFORE = '\\s*';

0 commit comments

Comments
 (0)