mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 10:13:48 +02:00
fixes
This commit is contained in:
@@ -126,7 +126,9 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
sourcemaps: {
|
||||
assets: './build/html/**',
|
||||
filesToDeleteAfterUpload: './build/html/**/*.js.map'
|
||||
filesToDeleteAfterUpload:
|
||||
'./build/html/**/*.js.map',
|
||||
ignore: []
|
||||
}
|
||||
})
|
||||
)
|
||||
@@ -179,7 +181,7 @@ export default defineConfig(({ mode }) => {
|
||||
copyPublicDir: true,
|
||||
reportCompressedSize: false,
|
||||
chunkSizeWarningLimit: 5000,
|
||||
sourcemap: buildAndUploadSourceMaps,
|
||||
sourcemap: buildAndUploadSourceMaps ? 'hidden' : false,
|
||||
assetsInlineLimit(filePath) {
|
||||
if (isFont(filePath)) return 0;
|
||||
return 40960;
|
||||
|
||||
Reference in New Issue
Block a user