mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
0462219612
commit
bdc0890061
1 changed files with 2 additions and 6 deletions
|
@ -8,9 +8,7 @@ function virtualHoistedEntry(id: string) {
|
|||
return id.startsWith('/astro/hoisted.js?q=');
|
||||
}
|
||||
|
||||
export function vitePluginHoistedScripts(
|
||||
internals: BuildInternals,
|
||||
): VitePlugin {
|
||||
export function vitePluginHoistedScripts(internals: BuildInternals): VitePlugin {
|
||||
let assetsInlineLimit: NonNullable<BuildOptions['assetsInlineLimit']>;
|
||||
|
||||
return {
|
||||
|
@ -93,9 +91,7 @@ export function vitePluginHoistedScripts(
|
|||
};
|
||||
}
|
||||
|
||||
export function pluginHoistedScripts(
|
||||
internals: BuildInternals,
|
||||
): AstroBuildPlugin {
|
||||
export function pluginHoistedScripts(internals: BuildInternals): AstroBuildPlugin {
|
||||
return {
|
||||
targets: ['client'],
|
||||
hooks: {
|
||||
|
|
Loading…
Reference in a new issue