Skip to content

Commit

Permalink
disable cssCodeSplit?
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jul 15, 2024
1 parent 645cfa5 commit be4becd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ export default defineConfig({
server: {
port: 3000,
},
build: {
cssCodeSplit: false,
},
})

0 comments on commit be4becd

Please sign in to comment.