Try no split CSS

This commit is contained in:
Lim Chee Aun 2024-03-24 10:08:09 +08:00
parent 0fbc566454
commit c19096ab1b

View file

@ -110,6 +110,7 @@ export default defineConfig({
], ],
build: { build: {
sourcemap: true, sourcemap: true,
cssCodeSplit: false,
rollupOptions: { rollupOptions: {
treeshake: false, treeshake: false,
input: { input: {