mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
330fef448e
commit
7832c6a260
1 changed files with 3 additions and 3 deletions
|
@ -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: {},
|
||||
|
|
Loading…
Reference in a new issue