Skip to content

Commit fa88a20

Browse files
committed
don't do this twice
1 parent d1afd70 commit fa88a20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/astro/src/core/build/vite-plugin-analyzer.ts

-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ export function vitePluginAnalyzer(internals: BuildInternals): VitePlugin {
9999
const resolvedId = await this.resolve(c.specifier, id);
100100
if (resolvedId) {
101101
clientOnlys.push(resolvedId.id);
102-
} else if(c.resolvedPath) {
103-
clientOnlys.push(decodeURI(c.resolvedPath));
104102
}
105103
}
106104

0 commit comments

Comments
 (0)