[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Adjust chunk size warning limit for large standalone tools

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6960076a2399f_2c1805b0662e7@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bf775f96c-jl9z9.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
99ccc32f by Moïse Nturubika at 2026-01-08T19:28:54+00:00
[FIX] Adjust chunk size warning limit for large standalone tools
---
* [FIX] Adjust chunk size warning limit for large standalone tools

See merge request tikiwiki/tiki!9282

- - - - -


1 changed file:

- src/js/vite.config.mjs


Changes:

=====================================
src/js/vite.config.mjs
=====================================
@@ -152,6 +152,8 @@ export default defineConfig(({ command, mode }) => {
         build: {
             outDir: resolve(__dirname, "../../public/generated/js"),
             emptyOutDir: true,
+            // Allow large tools: SVGEdit, Avatar Generator, SFC Loader, Emoji Picker, 3D Viewer.
+            chunkSizeWarningLimit: 2500,
             minify: mode === "production",
             sourcemap: mode === "production",
             cssCodeSplit: true,



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/99ccc32f335940eb5db1b79e98c3bcf416ad4ca8

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/99ccc32f335940eb5db1b79e98c3bcf416ad4ca8
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.