Skip to content

Commit ecb8be6

Browse files
committed
fix ssr style collection
1 parent f861513 commit ecb8be6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/start/src/config/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function manifest(start: SolidStartOptions): PluginOption {
6666
const styles = await findStylesInModuleGraph(
6767
this.environment,
6868
id,
69-
target === "server",
69+
target === "ssr",
7070
);
7171

7272
const cssAssets = Object.entries(styles).map(([key, value]) => `{

0 commit comments

Comments
 (0)