File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,15 +130,15 @@ type: `boolean`
130130
131131### tryInlineHtmlPublicIcon
132132
133- Try inline html icon , if icon is in public dir.
133+ Try inline html favicon , if icon is in public dir.
134134
135135default: ` true `
136136
137137type: ` boolean `
138138
139139### removeInlinedPublicIconFiles
140140
141- Remove inlined html icon files.
141+ Remove inlined html favicon files.
142142
143143default: ` true `
144144
@@ -177,14 +177,14 @@ rendering chunks (1)...
177177vite-plugin-singlefile-compression 2.4.0 deflate-raw base128-ascii
178178
179179 file:///D:/code/js/vite-plugin-singlefile-compression/test/dist/index.html
180- 126.503 kB -> 59.651 kB
180+ 126.509 kB -> 59.649 kB
181181
182182Finish.
183183
184184computing gzip size...
185- dist/index.html 59.65 kB │ gzip: 44.93 kB
185+ dist/index.html 59.64 kB │ gzip: 44.92 kB
186186
187- ✓ built in 286ms
187+ ✓ built in 309ms
188188```
189189
190190## Clone
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ If false, use Base64.<br>
6363<p >default: <code >true</code ></p >
6464<p >type: <code >boolean</code ></p >
6565<h3 >tryInlineHtmlPublicIcon</h3 >
66- <p >Try inline html icon , if icon is in public dir.</p >
66+ <p >Try inline html favicon , if icon is in public dir.</p >
6767<p >default: <code >true</code ></p >
6868<p >type: <code >boolean</code ></p >
6969<h3 >removeInlinedPublicIconFiles</h3 >
70- <p >Remove inlined html icon files.</p >
70+ <p >Remove inlined html favicon files.</p >
7171<p >default: <code >true</code ></p >
7272<p >type: <code >boolean</code ></p >
7373<h3 >enableCompressInlinedIcon</h3 >
Original file line number Diff line number Diff line change @@ -93,15 +93,15 @@ type: `boolean`
9393
9494### tryInlineHtmlPublicIcon
9595
96- Try inline html icon , if icon is in public dir.
96+ Try inline html favicon , if icon is in public dir.
9797
9898default: ` true `
9999
100100type: ` boolean `
101101
102102### removeInlinedPublicIconFiles
103103
104- Remove inlined html icon files.
104+ Remove inlined html favicon files.
105105
106106default: ` true `
107107
You can’t perform that action at this time.
0 commit comments