This emitFile is no longer needed

This commit is contained in:
RMidhunSuresh 2022-05-10 14:22:37 +05:30
parent c39f0d2efb
commit 5204fe5c99
1 changed files with 0 additions and 5 deletions

View File

@ -278,11 +278,6 @@ module.exports = function buildThemes(options) {
});
}
addThemesToConfig(bundle, themeSummary, defaultThemes);
this.emitFile({
type: "asset",
name: "theme-summary.json",
source: JSON.stringify(themeSummary),
});
},
}
}