[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,
|
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: {},
|
||||||
|
|
Loading…
Reference in a new issue