mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
bump to vite 8
This commit is contained in:
Generated
+332
-488
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -87,7 +87,7 @@
|
||||
"tailwindcss": "^4.2.1",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"vee-validate": "^4.15.1",
|
||||
"vite": "^7.3.1",
|
||||
"vite": "^8.0.0",
|
||||
"vitest": "^4.1.0",
|
||||
"vue": "^3.5.30",
|
||||
"vue-advanced-cropper": "^2.8.9",
|
||||
|
||||
+2
-4
@@ -52,8 +52,7 @@ const defaultAssetName = '[hash][extname]';
|
||||
|
||||
/**
|
||||
*
|
||||
* @param root0
|
||||
* @param root0.name
|
||||
* @param {import('rolldown').PreRenderedAsset} assetInfo
|
||||
*/
|
||||
function getAssetFilename({ name }) {
|
||||
const language = getAssetLanguage(name);
|
||||
@@ -110,7 +109,6 @@ export default defineConfig(({ mode }) => {
|
||||
transformer: 'lightningcss',
|
||||
lightningcss: {
|
||||
drafts: {
|
||||
nesting: true,
|
||||
customMedia: true
|
||||
},
|
||||
errorRecovery: true,
|
||||
@@ -152,7 +150,7 @@ export default defineConfig(({ mode }) => {
|
||||
chunkSizeWarningLimit: 5000,
|
||||
sourcemap: buildAndUploadSourceMaps,
|
||||
assetsInlineLimit: 0,
|
||||
rollupOptions: {
|
||||
rolldownOptions: {
|
||||
preserveEntrySignatures: false,
|
||||
input: {
|
||||
index: resolve(import.meta.dirname, './index.html'),
|
||||
|
||||
Reference in New Issue
Block a user