Skip to content

Commit 3ba7dab

Browse files
Update tasks/stats.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent fd8a303 commit 3ba7dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/stats.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ function getMainBundleInfo() {
123123
'> The minified version of each partial bundle is also published to npm in a separate "dist-min" package.',
124124
'',
125125
[
126-
'> The strict partial bundle now includes all traces, noting that for regl-based traces the functions are provided inside the bundle.',
126+
'> The strict bundle now includes all traces, but the regl-based traces are built differently to avoid function constructors.',
127+
'> This results in about a 10% larger bundle size, which is why we don't use this method by default.',
127128
'Over time we hope to include more of the remaining trace types here, after which we intend to work on other strict CSP issues',
128129
'such as inline CSS that we may not be able to include in the main bundle.',
129130
].join(' '),

0 commit comments

Comments
 (0)