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