Try no split CSS
This commit is contained in:
parent
0fbc566454
commit
c19096ab1b
|
@ -110,6 +110,7 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
build: {
|
build: {
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
|
cssCodeSplit: false,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
treeshake: false,
|
treeshake: false,
|
||||||
input: {
|
input: {
|
||||||
|
|
Loading…
Reference in a new issue