Skip to content

Commit

Permalink
fix: disable css code split
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 30, 2020
1 parent e3d7fc0 commit 04dc058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/build/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function bundle(
...options,
base: config.site.base,
outDir: ssr ? config.tempDir : config.outDir,
cssCodeSplit: !ssr,
cssCodeSplit: false,
rollupOptions: {
...rollupOptions,
input,
Expand Down

0 comments on commit 04dc058

Please sign in to comment.