diff options
| author | 2022-11-18 15:47:04 +0000 | |
|---|---|---|
| committer | 2022-11-18 15:47:04 +0000 | |
| commit | a334f1212e91259e1c20abc1477793c4976e6b0b (patch) | |
| tree | 77bac8d43caf396d3a74e9fc9ba543e3dfd01055 | |
| parent | f5ed630bca05ebbfcc6ac994ced3911e41daedcc (diff) | |
| download | astro-a334f1212e91259e1c20abc1477793c4976e6b0b.tar.gz astro-a334f1212e91259e1c20abc1477793c4976e6b0b.tar.zst astro-a334f1212e91259e1c20abc1477793c4976e6b0b.zip | |
[ci] format
| -rw-r--r-- | packages/astro/src/core/build/vite-plugin-analyzer.ts | 2 |
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); |
