summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-11-18 15:47:04 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-11-18 15:47:04 +0000
commita334f1212e91259e1c20abc1477793c4976e6b0b (patch)
tree77bac8d43caf396d3a74e9fc9ba543e3dfd01055
parentf5ed630bca05ebbfcc6ac994ced3911e41daedcc (diff)
downloadastro-a334f1212e91259e1c20abc1477793c4976e6b0b.tar.gz
astro-a334f1212e91259e1c20abc1477793c4976e6b0b.tar.zst
astro-a334f1212e91259e1c20abc1477793c4976e6b0b.zip
[ci] format
-rw-r--r--packages/astro/src/core/build/vite-plugin-analyzer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/build/vite-plugin-analyzer.ts b/packages/astro/src/core/build/vite-plugin-analyzer.ts
index 1d329aebd..21aa1c2be 100644
--- a/packages/astro/src/core/build/vite-plugin-analyzer.ts
+++ b/packages/astro/src/core/build/vite-plugin-analyzer.ts
@@ -95,7 +95,7 @@ export function vitePluginAnalyzer(internals: BuildInternals): VitePlugin {
const cid = c.resolvedPath ? decodeURI(c.resolvedPath) : c.specifier;
internals.discoveredClientOnlyComponents.add(cid);
clientOnlys.push(cid);
-
+
const resolvedId = await this.resolve(c.specifier, id);
if (resolvedId) {
clientOnlys.push(resolvedId.id);