Skip to content
Merged

d2m #1626

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions guide/api-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ function versionCheckPlugin(): Plugin {
function outputMetadataPlugin(): Plugin {
return {
name: 'output-metadata-plugin',
enforce: 'post',
generateBundle(_, bundle) {
for (const output of Object.values(bundle)) {
const css = output.viteMetadata?.importedCss
Expand Down
Loading