0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
matthewp 2022-06-14 20:28:50 +00:00 committed by github-actions[bot]
parent 330fef448e
commit 7832c6a260

View file

@ -173,9 +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} = {};`
).join('')}`,
code: `/* Pure CSS chunk ${imp} */ ${bindings
.map((b) => `export const ${b} = {};`)
.join('')}`,
dynamicImports: [],
implicitlyLoadedBefore: [],
importedBindings: {},