Skip to content

Commit 04dc058

Browse files
committed
fix: disable css code split
1 parent e3d7fc0 commit 04dc058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/build/bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function bundle(
4141
...options,
4242
base: config.site.base,
4343
outDir: ssr ? config.tempDir : config.outDir,
44-
cssCodeSplit: !ssr,
44+
cssCodeSplit: false,
4545
rollupOptions: {
4646
...rollupOptions,
4747
input,

0 commit comments

Comments
 (0)