mirror of
https://github.com/inventree/InvenTree.git
synced 2026-06-12 11:38:47 +00:00
[UI] Optimize bundle (#11896)
* lazy load global window modules - Required for plugins - Can be separated from the "main.tsx" code Co-authored-by: Copilot <copilot@github.com> * Defer modal loading Co-authored-by: Copilot <copilot@github.com> * Rollup visualiser tool * Remove debug msg * Rearrange to reduce deltas * Refactor CodeEditor and PdfPreview * Split NotesPanel Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
"path": "^0.12.7",
|
||||
"rollup": "^4.59.0",
|
||||
"rollup-plugin-license": "^3.7.0",
|
||||
"rollup-plugin-visualizer": "^7.0.1",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^6.4.2",
|
||||
"vite-plugin-babel-macros": "^1.0.6",
|
||||
|
||||
Reference in New Issue
Block a user