This emitFile is no longer needed
This commit is contained in:
parent
c39f0d2efb
commit
5204fe5c99
1 changed files with 0 additions and 5 deletions
|
@ -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),
|
||||
});
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue