Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop

This commit is contained in:
NoriDev 2023-05-31 00:43:05 +09:00
commit f95ca9964f

View file

@ -129,6 +129,8 @@ export function getConfig(): UserConfig {
vue: ['vue'], vue: ['vue'],
photoswipe: ['photoswipe', 'photoswipe/lightbox', 'photoswipe/style.css'], photoswipe: ['photoswipe', 'photoswipe/lightbox', 'photoswipe/style.css'],
}, },
chunkFileNames: process.env.NODE_ENV === 'production' ? '[hash:8].js' : '[name]-[hash:8].js',
assetFileNames: process.env.NODE_ENV === 'production' ? '[hash:8][extname]' : '[name]-[hash:8][extname]',
}, },
}, },
cssCodeSplit: true, cssCodeSplit: true,