this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Chunk tinyld out

+4 -3
+4 -3
vite.config.js
··· 118 118 compose: resolve(__dirname, 'compose/index.html'), 119 119 }, 120 120 output: { 121 - // manualChunks: { 122 - // 'intl-segmenter-polyfill': ['@formatjs/intl-segmenter/polyfill'], 123 - // }, 121 + manualChunks: { 122 + // 'intl-segmenter-polyfill': ['@formatjs/intl-segmenter/polyfill'], 123 + 'tinyld-light': ['tinyld/light'], 124 + }, 124 125 chunkFileNames: (chunkInfo) => { 125 126 const { facadeModuleId } = chunkInfo; 126 127 if (facadeModuleId && facadeModuleId.includes('icon')) {