File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ function getMainBundleInfo() {
123
123
'> The minified version of each partial bundle is also published to npm in a separate "dist-min" package.' ,
124
124
'' ,
125
125
[
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 . ',
127
128
'Over time we hope to include more of the remaining trace types here, after which we intend to work on other strict CSP issues' ,
128
129
'such as inline CSS that we may not be able to include in the main bundle.' ,
129
130
] . join ( ' ' ) ,
You can’t perform that action at this time.
0 commit comments