mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Change cssCodeSplit from true to false to bundle CSS into JS
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
parent
28e196e978
commit
fbc4da1c48
2 changed files with 2 additions and 2 deletions
|
|
@ -164,7 +164,7 @@ export function getConfig(): UserConfig {
|
|||
},
|
||||
},
|
||||
},
|
||||
cssCodeSplit: true,
|
||||
cssCodeSplit: false,
|
||||
outDir: __dirname + '/../../built/_frontend_embed_vite_',
|
||||
assetsDir: '.',
|
||||
emptyOutDir: false,
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ export function getConfig(): UserConfig {
|
|||
},
|
||||
},
|
||||
},
|
||||
cssCodeSplit: true,
|
||||
cssCodeSplit: false,
|
||||
outDir: __dirname + '/../../built/_frontend_vite_',
|
||||
assetsDir: '.',
|
||||
emptyOutDir: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue