We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c539295 commit e64d15cCopy full SHA for e64d15c
1 file changed
packages/start/src/config/manifest.ts
@@ -83,7 +83,7 @@ export function manifest(start: SolidStartOptions): PluginOption {
83
children: () => import("${value}?inline").then(mod => mod.default),
84
}`);
85
86
- return `export default [${cssAssets.join(",")}]`;
+ return `export default [${cssAssets.join(",")}]; if (false && import.meta.hot) import.meta.hot.accept();`;
87
}
88
89
},
0 commit comments