1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

fix: set css preload to false

This commit is contained in:
Fredrik Oseberg 2023-08-17 14:53:49 +02:00
parent 76d3cc59cf
commit c59843373a
No known key found for this signature in database
GPG Key ID: 816A423246CADD4E

View File

@ -32,6 +32,7 @@ export default mergeConfig(
outDir: 'build',
assetsDir: 'static',
modulePreload: false,
cssCodeSplit: false,
},
server: {
open: true,