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