mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-20 19:20:41 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user