feat: split and hash inlined assets
This commit is contained in:
@@ -42,6 +42,8 @@ export interface BuildCtx {
|
||||
hashedResourceNames?: HashedResourceNames
|
||||
/** Maps CSS content strings to their emitted hashed filenames. Populated by ComponentResources. */
|
||||
componentCssMap?: Map<string, string>
|
||||
/** Maps inline CSS/JS content to extracted external file paths. Populated by ComponentResources. */
|
||||
extractedInlineResources?: Map<string, string>
|
||||
}
|
||||
|
||||
export function trieFromAllFiles(allFiles: QuartzPluginData[]): FileTrieNode<BuildTimeTrieData> {
|
||||
|
||||
Reference in New Issue
Block a user