[ci] format
This commit is contained in:
parent
f5ed630bca
commit
a334f1212e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue