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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user