Skip to content

Commit

Permalink
chore: remove analysis of ssr modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 3, 2024
1 parent 8560182 commit 8e89ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server_renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class ServerRenderer {
}

mod.importedModules.forEach((dep) => this.#collectCss(dep, styleUrls, visitedModules, mod))
mod.ssrImportedModules.forEach((dep) => this.#collectCss(dep, styleUrls, visitedModules, mod))
}

/**
Expand Down

0 comments on commit 8e89ece

Please sign in to comment.