Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98702c8

Browse files
committed
update tasks/stats.js
1 parent 3ba7dab commit 98702c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tasks/stats.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ function getMainBundleInfo() {
124124
'',
125125
[
126126
'> 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.',
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',
129-
'such as inline CSS that we may not be able to include in the main bundle.',
127+
'This results in about a 10% larger bundle size, which is why this method is not used by default.',
128+
'Over time we intend to use the strict bundle to work on other strict CSP issues such as inline CSS.'
130129
].join(' '),
131130
'',
132131
'---',

0 commit comments

Comments
 (0)