|
|
@@ -103,9 +103,9 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
]
|
|
|
}, {
|
|
|
sequential: [
|
|
|
- { option: "removeAlternativeFonts", action: "removeUnusedFonts" },
|
|
|
{ option: "removeUnusedStyles", action: "removeUnusedStyles" },
|
|
|
- { option: "removeAlternativeMedias", action: "removeAlternativeMedias" }
|
|
|
+ { option: "removeAlternativeMedias", action: "removeAlternativeMedias" },
|
|
|
+ { option: "removeAlternativeFonts", action: "removeUnusedFonts" }
|
|
|
],
|
|
|
parallel: [
|
|
|
{ action: "processStylesheets" },
|