mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-28 17:55:15 +02:00
fix: set css preload to false
This commit is contained in:
parent
76d3cc59cf
commit
c59843373a
@ -32,6 +32,7 @@ export default mergeConfig(
|
|||||||
outDir: 'build',
|
outDir: 'build',
|
||||||
assetsDir: 'static',
|
assetsDir: 'static',
|
||||||
modulePreload: false,
|
modulePreload: false,
|
||||||
|
cssCodeSplit: false,
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
open: true,
|
open: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user