|
|
@@ -126,6 +126,9 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
initializationPromises.push(this.processor.htmlImports(true));
|
|
|
}
|
|
|
await Promise.all(initializationPromises);
|
|
|
+ if (this.options.compressHTML) {
|
|
|
+ this.processor.compressHTML();
|
|
|
+ }
|
|
|
if (this.options.removeUnusedCSSRules) {
|
|
|
this.processor.removeUnusedCSSRules();
|
|
|
}
|