[ci] format

This commit is contained in:
matthewp 2022-06-06 22:28:04 +00:00 committed by github-actions[bot]
parent 51c60de76c
commit e8b2d829b4

View file

@ -139,7 +139,7 @@ export function rollupPluginAstroBuildCSS(options: PluginOptions): VitePlugin[]
}
}
}
}
},
},
{
name: CSS_MINIFY_PLUGIN_NAME,
@ -173,7 +173,9 @@ export function rollupPluginAstroBuildCSS(options: PluginOptions): VitePlugin[]
fileName: imp,
name: imp,
facadeModuleId: imp,
code: `/* Pure CSS chunk ${imp} */ ${bindings.map(b => `export const ${b} = {};`)}`,
code: `/* Pure CSS chunk ${imp} */ ${bindings.map(
(b) => `export const ${b} = {};`
)}`,
dynamicImports: [],
implicitlyLoadedBefore: [],
importedBindings: {},
@ -191,7 +193,7 @@ export function rollupPluginAstroBuildCSS(options: PluginOptions): VitePlugin[]
}
}
}
}
}
},
},
];
}