feat: add @quartz-themes/core as a dependency

Add @quartz-themes/core to dependencies and @quartz-themes/ to shared
scopes so theme packages are treated as externals by the plugin bundler.
This commit is contained in:
saberzero1
2026-07-24 20:32:52 +02:00
parent 326bc49b96
commit 26a5a86d77
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -809,7 +809,7 @@ const SINGLETON_EXTERNALS = ["preact", "@jackyzha0/quartz", "vfile", "unified"]
* Scope prefixes whose packages are always treated as shared externals.
* Plugins under these scopes are co-installed siblings, not bundled deps.
*/
const SHARED_SCOPES = ["@quartz-community/"]
const SHARED_SCOPES = ["@quartz-community/", "@quartz-themes/"]
/**
* Build the full shared externals list by combining: