Skip to content

Commit c05ee88

Browse files
committed
tmp: workaround for devinxi hmr issues
1 parent 65b809d commit c05ee88

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
@@ -83,7 +83,7 @@ export function manifest(start: SolidStartOptions): PluginOption {
8383
children: () => import("${value}?inline").then(mod => mod.default),
8484
}`);
8585

86-
return `export default [${cssAssets.join(",")}]`;
86+
return `export default [${cssAssets.join(",")}]; if (false && import.meta.hot) import.meta.hot.accept();`;
8787
}
8888
}
8989
},

0 commit comments

Comments
 (0)