1
0
mirror of https://github.com/Unleash/unleash.git synced 2026-01-05 20:06:22 +01:00
This commit is contained in:
Tymoteusz Czech 2025-12-17 16:52:20 +07:00 committed by GitHub
commit ccf6e60757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@ export default defineConfig(({ mode }) => {
assetsInlineLimit: 0,
modulePreload: false,
cssCodeSplit: false,
...(mode === "development" ? { sourcemap: true } : {}),
},
server: {
open: true,