quartz/quartz/plugins/loader
saberzero1 51b05e79e2
feat: centralize native dep installation across plugins
Replace per-plugin npm install with a single aggregated npm install
in the quartz root. Plugins declaring requiresInstall in their quartz
manifest now have their peerDependencies collected and installed
together, letting npm resolve compatible versions across plugins.
2026-03-17 22:32:47 +01:00
..
componentLoader.ts feat(v5): add plugin system (#2295) 2026-03-14 18:10:02 +01:00
conditions.ts feat(v5): add plugin system (#2295) 2026-03-14 18:10:02 +01:00
config-loader.ts feat: centralize native dep installation across plugins 2026-03-17 22:32:47 +01:00
frameLoader.ts feat(v5): add plugin system (#2295) 2026-03-14 18:10:02 +01:00
gitLoader.ts feat: centralize native dep installation across plugins 2026-03-17 22:32:47 +01:00
index.ts feat: add runtime plugin externals validation and native dep install 2026-03-17 19:46:42 +01:00
install-plugins.ts feat(v5): add plugin system (#2295) 2026-03-14 18:10:02 +01:00
loader.ts feat(v5): add plugin system (#2295) 2026-03-14 18:10:02 +01:00
types.ts feat: add runtime plugin externals validation and native dep install 2026-03-17 19:46:42 +01:00