mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56: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",
|
"tailwindcss": "^4.2.1",
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"vee-validate": "^4.15.1",
|
"vee-validate": "^4.15.1",
|
||||||
"vite": "^7.3.1",
|
"vite": "^8.0.0",
|
||||||
"vitest": "^4.1.0",
|
"vitest": "^4.1.0",
|
||||||
"vue": "^3.5.30",
|
"vue": "^3.5.30",
|
||||||
"vue-advanced-cropper": "^2.8.9",
|
"vue-advanced-cropper": "^2.8.9",
|
||||||
|
|||||||
+2
-4
@@ -52,8 +52,7 @@ const defaultAssetName = '[hash][extname]';
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param root0
|
* @param {import('rolldown').PreRenderedAsset} assetInfo
|
||||||
* @param root0.name
|
|
||||||
*/
|
*/
|
||||||
function getAssetFilename({ name }) {
|
function getAssetFilename({ name }) {
|
||||||
const language = getAssetLanguage(name);
|
const language = getAssetLanguage(name);
|
||||||
@@ -110,7 +109,6 @@ export default defineConfig(({ mode }) => {
|
|||||||
transformer: 'lightningcss',
|
transformer: 'lightningcss',
|
||||||
lightningcss: {
|
lightningcss: {
|
||||||
drafts: {
|
drafts: {
|
||||||
nesting: true,
|
|
||||||
customMedia: true
|
customMedia: true
|
||||||
},
|
},
|
||||||
errorRecovery: true,
|
errorRecovery: true,
|
||||||
@@ -152,7 +150,7 @@ export default defineConfig(({ mode }) => {
|
|||||||
chunkSizeWarningLimit: 5000,
|
chunkSizeWarningLimit: 5000,
|
||||||
sourcemap: buildAndUploadSourceMaps,
|
sourcemap: buildAndUploadSourceMaps,
|
||||||
assetsInlineLimit: 0,
|
assetsInlineLimit: 0,
|
||||||
rollupOptions: {
|
rolldownOptions: {
|
||||||
preserveEntrySignatures: false,
|
preserveEntrySignatures: false,
|
||||||
input: {
|
input: {
|
||||||
index: resolve(import.meta.dirname, './index.html'),
|
index: resolve(import.meta.dirname, './index.html'),
|
||||||
|
|||||||
Reference in New Issue
Block a user