[ci] format

This commit is contained in:
matthewp 2022-11-18 15:47:04 +00:00 committed by fredkbot
parent f5ed630bca
commit a334f1212e

View file

@ -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);